0

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.

Yogesh Maheshwari
  • 1,324
  • 2
  • 16
  • 37

1 Answers1

0

try this one

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

100% works

Nurdin
  • 23,382
  • 43
  • 130
  • 308