In the afternoon I added your other email address just couldn’t tell you.
Can you access it now?
Yes, investigating now.
You need to define com.google.android.gms.common as extra packages in your ext.manifest like this:
name: "ags_native"
platforms:
android:
context:
aaptExtraPackages: ['com.google.android.gms.common']
2 Likes
Ohh, thank you very much! I tested the game, everything works fine.
I did not remember that it was possible to include package specific things in the ext.manifest file, but as I reviewed the documentation for this, it became clear. Very good build with the new build.gradle system!
1 Like
We’re going to try and improve this so that you don’t need to add this at all.
1 Like