我遵循了有关如何为 android 实现 google play 游戏服务的教程,并最终完成了简单的 google+ 登录。在解决问题之前,我尝试了如何登录。现在我无法使用此帐户登录,但如果我使用其他帐户,我可以。
我使用第一个帐户得到的错误是:
06-05 16:49:03.226: W/dqi(19754): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token}
06-05 16:49:03.226: E/Volley(19754): [4376] il.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/115167649949168063107
06-05 16:49:03.515: W/dqi(19754): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token}
06-05 16:49:03.515: E/Volley(19754): [4376] il.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/115167649949168063107
06-05 16:49:04.280: W/dqi(19754): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token}
06-05 16:49:04.280: E/Volley(19754): [4375] il.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/115167649949168063107
06-05 16:49:04.593: W/dqi(19754): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token}
06-05 16:49:04.593: E/Volley(19754): [4375] il.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/115167649949168063107
06-05 16:49:04.648: E/SignInIntentService(19754): User has not completed registration.
06-05 16:49:04.648: E/SignInIntentService(19754): aol
06-05 16:49:04.648: E/SignInIntentService(19754): at ajy.a(SourceFile:108)
06-05 16:49:04.648: E/SignInIntentService(19754): at abm.a(SourceFile:213)
06-05 16:49:04.648: E/SignInIntentService(19754): at abm.a(SourceFile:194)
06-05 16:49:04.648: E/SignInIntentService(19754): at aav.a(SourceFile:486)
06-05 16:49:04.648: E/SignInIntentService(19754): at aqu.a(SourceFile:221)
06-05 16:49:04.648: E/SignInIntentService(19754): at com.google.android.gms.games.service.GamesSignInIntentService.onHandleIntent(SourceFile:343)
06-05 16:49:04.648: E/SignInIntentService(19754): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
06-05 16:49:04.648: E/SignInIntentService(19754): at android.os.Handler.dispatchMessage(Handler.java:99)
06-05 16:49:04.648: E/SignInIntentService(19754): at android.os.Looper.loop(Looper.java:137)
06-05 16:49:04.648: E/SignInIntentService(19754): at android.os.HandlerThread.run(HandlerThread.java:60)
结果是显示未知错误的小对话框。
我的猜测是,当我授权它使用我的 G+ 帐户时,它为这个应用程序存储了一些缓存。我怎样才能恢复它以便它再次与我的第一个帐户一起使用?