I\'m messing around with this problem about 10h and i cann\'t figure out what i\'ve done wrong....
The Fatal Exception
:
E/AndroidRuntime
Looked around the community for similar posts and found this answer, check it out. Gonna go straight to the point, I think the cause of this issue is in your AndroidManifest.xml
. As mentioned in the answer, the
tag should be added, yours is there, but the name is different. It shows as:
android:name="com.google.android.gms.games.onl.deepspace.zoorallye"
while in the answer above, it shows:
android:name="com.google.android.gms.games.APP_ID"
Went to the Google Quickstart samples and notice that all of the tags are like the above. Haven't seen anything else in your code that's causing the issue. Hope this helps. Good luck.