-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app crashes immediately on startup after install "admobpro" plugin with "pushbots" plugin #648
base: master
Are you sure you want to change the base?
Conversation
I have the same problem brother what's the solution please!!!! |
nothing from my side can i do brother. i still wait the owner for the solution @floatinghotpot |
Same here, app keeps crashing right after start when cordova-plugin-admobpro is installed. Plugins installed in my project: |
See the temporary solution here: in plugin.xml, change: <framework src="com.google.android.gms:play-services-ads:+" /> to: <!-- since 5.10.2018 new version of google admobs require extra things in AndroidManifest.xml, 16.0.0 is the last compatible version -->
<!-- https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml -->
<framework src="com.google.android.gms:play-services-ads:16.0.0" /> I will find better solution later, but you can use this one for now. |
the plugin has been modified to resolve this issue. |
Remember to edit \platforms\android\app\src\mainAndroidManifest.xml with this changement: |
hello Issue: Violation of Interfering with Apps, Third-party Ads, or Device Functionality policyAds should not be shown in a way that results in inadvertent clicks. For example, we don’t allow: Interstitial ads that appear after the user has exited the app (screenshot included) i use this plugin of admobpro , and this is the firt time that i get this problem because i upadte the plugin today |
Can someone please tell the resolution of the issue. My app still getting crashed after updating to
Still getting following error
@floatinghotpot help to resolve this issue my all apps are now crashing due to this error. |
Using Cordova V 7.1.0
1- when using "admobpro-firebase" plugin with "pushbots" plugin, build done successfully - but app didn't work. it just display message "Unfortunately, App has stopped" and exit.
2 when using "admobpro" plugin with "pushbots" plugin, build failed with this error
1>MSBUILD : cordova-build error : Execution failed for task ':transformClassesWithDexForDebug'.
1>MSBUILD : cordova-build error : > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/common/api/internal/zza;