Android 游戏助手应用程序配置错误错误google play服务

Android 游戏助手应用程序配置错误错误google play服务,android,google-play-services,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:1

当我尝试使用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
这个错误消息有两个奇怪的地方

这是自发发生的,我正常使用我的应用程序,登录工作正常

最重要的是,我的应用程序是基于turnbased的多人游戏,所以我正在使用一个真实的设备和genymotion模拟器来测试它。登录在genymotion emulator上不起作用,但在实际设备上起作用。这两个设备上都安装了相同的.apk


知道为什么会发生这种情况吗?

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