You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement this plugin on my 1st phone gap app but without succeeded.
I put the AdMobPlugin.js script on root directory and also add reference in page after the cordova.js reference, also I put the AdMobPlugin.java file in com\google\cordova\plugin folder and put the content of plugin.xml in pluginS.xml in res\xml folder.
I build the app with phonegap 2.9 and everything is OK.
when I run it on my device I got "class not found" error message from the failure function
I found that is occurred after cordova.exec.
Did I miss something, please advise!
thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to implement this plugin on my 1st phone gap app but without succeeded.
I put the AdMobPlugin.js script on root directory and also add reference in page after the cordova.js reference, also I put the AdMobPlugin.java file in com\google\cordova\plugin folder and put the content of plugin.xml in pluginS.xml in res\xml folder.
I build the app with phonegap 2.9 and everything is OK.
when I run it on my device I got "class not found" error message from the failure function
I found that is occurred after cordova.exec.
Did I miss something, please advise!
thanks
The text was updated successfully, but these errors were encountered: