Java Question AndroidManifest AddApplicationText?

NFOBoy

Active Member
Licensed User
Longtime User
Here is my B4A Manifest file

my final AndroidManifest


And here is the error I am receiving in the Console

06-12 11:06:51.510: E/GamesIntentService(8361): Using Google Play games services requires a metadata tag with the name "com.google.android.gms.games.APP_ID" in the application tag of your manifest

and here is the manifest from the Trivial Quest example app that I have up and running on my Developer account


Anybody see the error in the Manifest as called out by Eclipse?
 

NFOBoy

Active Member
Licensed User
Longtime User
Erel,

I've done that. And I also registered the fingerprint from the release key that I use... still the same error...

If I put in the wrong APP_ID in my eclipse build, the program still runs, it just gets an error when signing in. (No error about not including the code in the Manifest)

Hrmmm, will try to see if using a different target build (I use 17 in Eclipse) might do the trick..
 

NFOBoy

Active Member
Licensed User
Longtime User
Woooo SIGN IN SUCCESS!

Ok,

so needed to just add the ids.xml file to the res/values folder, apparently can't just do it straight from the Manifest itself... and my B4A app is logged in to my developer account...

Slowly making progress...


---- You beat me to it Erel! --------------
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…