Luca
Luca
It seems that there is still some problems with this... Compiling on phonegap build returns :app:compileReleaseJavaWithJavac/app/src/main/java/com/rjfun/cordova/admob/AdMobPlugin.java:684: error: method does not override or implement a method from a supertype
Hi. Pgb is retrieving the version from npm, and is already using that version. Looking at the error line on the code I see that on 2.31.3 you changed line...
Thanks, will try it in a few moments with pgb :)
It works perfectly now- Thanks! 👍
On phonegap build, building with this plugin enabled land to the following compilation error: ``` What went wrong: Execution failed for task ':app:transformDexWithDexForArmv7Release'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex...
Sure! ``` Val1 Val2 Val2 Val Val Val Val3 Val Val Val ```
This is the complete example, that give the error. https://codepen.io/Ices_Eyes/pen/qvyZjr
Nothing? :(
Will try with that version, but it was working also with metismenu with the version available before the 3.0.4...
Hi, made sme try, and the problem seems to reside on the dispose method before creating the menu. Removed the dispose and all is working now... Not sure why this...