Android game crashes after using AdMob

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By scribbleboy

Hi, I am trying to add ads in my game using the plugin by [1]: Release Version 4.0.0 · Shin-NiL/Godot-Android-Admob-Plugin · GitHub.

i followed the steps in https://godotlearn.com/godot-3-2-how-to-integrate-google-ads-admob-for-android/.

When i try exporting the game through the one click deploy, it installs the game and then crashes shortly after opening. I use Godot 3.2.2 . i have followed all the steps given in that tutorial correctly.

Before adding the Admob plugin the game could be exported correctly.

I am having the exact problem. app works fine until I try to add Admob. APK gets built and executes but immediately I get a white dialog box saying “MyAppName keeps stopping”.

LLJ | 2020-08-23 19:48

I fixed it by using godot 3.2 and the plugin version 2.0

scribbleboy | 2020-09-01 07:22