admob-google / admob-cordova

Google AdMob plugin for Cordova, Phonegap and Intel XDK ,support ios and android,support admob v1 and admob v2 ,Monetize your html5 app with one javascript line.api is easy to use.
65 stars 50 forks source link

Can't add plugin with phonegap cli #3

Closed loecsen closed 9 years ago

loecsen commented 9 years ago

Here is what happens when I tried to add the plugin to phonegap with CLI

phonegap plugin add com.admob.plugin Fetching plugin "com.admob.plugin" via plugin registry

npm http GET http://registry.cordova.io/com.admob.plugin

npm http 200 http://registry.cordova.io/com.admob.plugin

npm http GET http://cordova.iriscouch.com/registry/_design/app/_rewrite/com.admob.plugin/-/com.admob.plugin-3.0.0.tgz

npm http 200 http://cordova.iriscouch.com/registry/_design/app/_rewrite/com.admob.plugin/-/com.admob.plugin-3.0.0.tgz

Installing "com.admob.plugin" for android

Error during processing of action! Attempting to revert...

and when downloading the plugin :

phonegap plugin add c:\admob-cordova-master\plugin Installing "com.admob.plugin" for android

Error during processing of action! Attempting to revert...

Any idea ?

Edit :

phonegap -v 4.1.2-0.22.10

L.

loecsen commented 9 years ago

Seems that something went wrong during the remove/add operations to update the plugin

Closing this issue

L.