Appodeal Crashing Apk

After upgrading to the latest daily build the build process takes a considerably longer time than before (“packaging app for a minimum of 10 minutes”). And when the apk is built and I try testing it with appodeal included in the game it crashes instantly.  After removing all traces of appodeal, the game works fine. Do I need to update appodeal? If so how?

It would be really helpful if you helped us out a bit with more information.

  1. What version of Corona are you using?

  2. Share your build.settings?

  3. What error messages are in your device’s console log (use “adb logcat”)

We can only take random guesses without knowing this information.

Rob

I use Appodeal with the latest daily build and haven’t faced such a problem. Do you have AdMob inside Appodeal? Do you have the below code in your build.settings file?

applicationChildElements = { [[\<meta-data android:name="com.google.android.gms.ads.APPLICATION\_ID" android:value="ca-app-pub-4701234729931997~9234573603"/\> -- replace with your app id. See: https://goo.gl/fQ2neu]], },

Thank you so much it works now! Since when was that code required?

We announced it on July 22. 

https://coronalabs.com/blog/2019/07/22/important-admob-and-other-ad-plugin-changes/

Rob

It would be really helpful if you helped us out a bit with more information.

  1. What version of Corona are you using?

  2. Share your build.settings?

  3. What error messages are in your device’s console log (use “adb logcat”)

We can only take random guesses without knowing this information.

Rob

I use Appodeal with the latest daily build and haven’t faced such a problem. Do you have AdMob inside Appodeal? Do you have the below code in your build.settings file?

applicationChildElements = { [[\<meta-data android:name="com.google.android.gms.ads.APPLICATION\_ID" android:value="ca-app-pub-4701234729931997~9234573603"/\> -- replace with your app id. See: https://goo.gl/fQ2neu]], },

Thank you so much it works now! Since when was that code required?

We announced it on July 22. 

https://coronalabs.com/blog/2019/07/22/important-admob-and-other-ad-plugin-changes/

Rob