Plugman/cordova/phonegap using plugin by name

87 Views Asked by At

I have recently uploaded a new phonegap plugin https://build.phonegap.com/plugins/1355 but I am not able to install it using

plugman install --platform android --project ./platforms/android --plugin com.zendrive.phonegap.sdk 

or

plugman install --platform android --project ./ --plugin com.zendrive.phonegap.sdk 

or

cordova plugin add com.zendrive.phonegap.sdk

I am getting 404 plugin not found error in all these cases. Can anyone suggest what am I doing wrong.

1

There are 1 best solutions below

6
On

try this one

cordova plugin add https://github.com/zendrive/zendrive-sdk-phonegap-plugin

100% works