yalcin-ata/godot-android-module-firebase

I'm not able to build on android

Lucas-B-C-Oliveira opened this issue · 3 comments

image

I followed the tutorial correctly, only in part 12:

([PROJECT]/android/godot-android-modules-firebase/AndroidManifest.conf),

I kept it as it was, because I didn't know what my preference was.

When I try to build on android, I get this error.

NOTE: I am using godot version 3.2.1, is there a problem?

Sorry for the inconvenience, thank you for your attention

Do you run it on an Android device or on your computer?

I found a solution, it's solved, thanks

I was changing the APPLICATION_ID

ERROR:
<meta-data
    android:name="com.google.android.gms.ads.br.com.mypackeged"
    android:value="ca-app-pub-8792695908573542~8144327831"/> 

RIGHT:  
<meta-data
    android:name="com.google.android.gms.ads.APPLICATION_ID"
    android:value="ca-app-pub-8792695908573542~8144327831"/>``