游戏帮助应用程序错误配置错误谷歌播放服务

时间:2014-02-08 03:01:23

标签: android google-play-services

当我尝试使用google +登录按钮登录我的应用时出现此logcat错误。

02-08 15:58:18.566: E/SignInIntentService(836): Access Not Configured. Please use Google Developers Console to activate the API for your project.
02-08 15:58:18.566: E/SignInIntentService(836): dez
02-08 15:58:18.566: E/SignInIntentService(836):     at daj.a(SourceFile:152)
02-08 15:58:18.566: E/SignInIntentService(836):     at cnh.a(SourceFile:250)
02-08 15:58:18.566: E/SignInIntentService(836):     at cnh.a(SourceFile:231)
02-08 15:58:18.566: E/SignInIntentService(836):     at cmm.a(SourceFile:568)
02-08 15:58:18.566: E/SignInIntentService(836):     at dfo.a(SourceFile:213)
02-08 15:58:18.566: E/SignInIntentService(836):     at com.google.android.gms.games.service.GamesSignInIntentService.onHandleIntent(SourceFile:336)
02-08 15:58:18.566: E/SignInIntentService(836):     at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
02-08 15:58:18.566: E/SignInIntentService(836):     at android.os.Handler.dispatchMessage(Handler.java:99)
02-08 15:58:18.566: E/SignInIntentService(836):     at android.os.Looper.loop(Looper.java:137)
02-08 15:58:18.566: E/SignInIntentService(836):     at android.os.HandlerThread.run(HandlerThread.java:61)
02-08 15:58:18.574: E/LoadSelfFragment(1922): Unable to sign in - application does not have a registered client ID

此错误消息有两个奇怪的事情。

  1. 它是自发发生的,我正常使用我的应用程序并且登录工作正常。

  2. 最重要的是,我的应用程序是基于转换的多人游戏,所以我使用真实设备和genymotion模拟器来测试它。登录是在genymotion模拟器上工作,但 IS 在真实设备上工作。 (并且设备上都安装了相同的 .apk

  3. 为什么会发生这种情况?

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题,我可以通过进入“设置”的“应用”部分并强制停止Google Play服务,然后清除其缓存来解决此问题。