android - Google play services (Leaderboards) with AndEngine -
I am trying to integrate Play Services into my AndEngine game to Google. Everything is working perfectly and my leaderboard gets up, but my problem is when I return to the game when I go back to my game from leaderboard, again the resume is called my default when onResume is called my game The crash doesen't give this error: and the screen turns black as I described here: classes have stuffed here: and here: Overriding read about OnBackPressed, but I know I have to call startActivityForResult (intent, string) how can I apply this - where the intention is compliance called by Google though I have read in the Android API that onActivityResult (int Requestcode, inc. Result, code, intent data ) On exit from leaderboard activity, my returned values are:
E / Adreno200-ES20: & lt; Qgl2DrvAPI_glUseProgram: 1319 & gt;: GL_INVALID_VALUE
< P> When these are clearly incorrect values, any pointers given will be great on this issue. I / requestCode: 1337 I / resultCode: 0 I / Intent: Null
Comments
Post a Comment