3
您好我在LibGx做遊戲,並集成谷歌的個成就發揮服務和領先 我發表了遊戲中所有是好的Libgdx遊戲退出時,谷歌玩登入稱爲
於是我決定整合Admob
現在,當我試圖登錄我的應用程序退出時出現此錯誤也等待暫停同步時間過長;假設僵局並殺死谷歌在日誌中玩遊戲服務
somethis這樣
09-01 18:50:07.014: E/Volley(1005): [142] tm.a: Unexpected response code 403 for https://www.googleapis.com/games/v1/players/114331978856382749964?language=en_IN
09-01 18:50:07.065: W/GLSUser(672): GoogleAccountDataService.getToken()
09-01 18:50:07.088: D/IPCThreadState(1005): [DN #5] BR_CLEAR_DEATH_NOTIFICATION_DONE cookie 0x5c1e8808
09-01 18:50:07.098: I/SurfaceFlinger(124): [SurfaceFlinger] fps:66.609230,dur:1005.87,max:54.44,min:2.09
09-01 18:50:07.140: E/SignInIntentService(1005): Access Not Configured. Please use Google Developers Console to activate the API for your project.
09-01 18:50:07.140: E/SignInIntentService(1005): exe
09-01 18:50:07.140: E/SignInIntentService(1005): at eqe.a(SourceFile:146)
09-01 18:50:07.140: E/SignInIntentService(1005): at dvt.a(SourceFile:580)
09-01 18:50:07.140: E/SignInIntentService(1005): at dvt.a(SourceFile:561)
09-01 18:50:07.140: E/SignInIntentService(1005): at dug.a(SourceFile:850)
09-01 18:50:07.140: E/SignInIntentService(1005): at eyi.a(SourceFile:251)
09-01 18:50:07.140: E/SignInIntentService(1005): at com.google.android.gms.games.service.GamesSignInIntentService.onHandleIntent(SourceFile:390)
09-01 18:50:07.140: E/SignInIntentService(1005): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
09-01 18:50:07.140: E/SignInIntentService(1005): at android.os.Handler.dispatchMessage(Handler.java:99)
09-01 18:50:07.140: E/SignInIntentService(1005): at android.os.Looper.loop(Looper.java:153)
09-01 18:50:07.140: E/SignInIntentService(1005): at android.os.HandlerThread.run(HandlerThread.java:60)
沒有任何這裏KNW如何整合AdMob和谷歌在libgdx遊戲玩起來的服務。
由你有堆棧跟蹤情況來看啓用了proguard模糊處理。檢查項目proguard/mapping.txt是否能夠調試堆棧跟蹤。 – donfuxx 2014-09-01 18:12:24
另請參閱http://stackoverflow.com/questions/16688029/unexpected-response-code-403-for-https-www-googleapis-com-games-v1-players-112很可能是API設置有問題 – donfuxx 2014-09-01 18:26:42