2016-06-15 2 views
0

나는 구글이 작동하는 게임 서비스를 얻으려고하지만 다음과 같은 오류 얻을 : 나는 absoloutely 내가 테스트 계정을 사용하고 있는지 확인했습니다SHA1이 Play 게임 서비스 로그와 Google Publishing간에 일치하지 않습니까?

06-15 15:53:20.599 17069-17069/? W/Prime31-GH: disconnect() called when client was already disconnected. 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** This is usually caused by one of these reasons: 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** (1) Your package name and certificate fingerprint do not match 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** the client ID you registered in Developer Console. 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** (2) Your App ID was incorrectly entered. 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** (3) Your game settings have not been published and you are 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** trying to log in with an account that is not listed as 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** a test account. 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** To help you debug, here is the information about this app 06-15 15:53:20.599 17069-17069/? W/GameHelper: **** Package name : net.jabberworx.saisai 06-15 15:53:20.607 17069-17069/? W/GameHelper: **** Cert SHA1 fingerprint: E5:E0:84:E6:B7:74:78:4F:6C:DA:E7:C9:56:69:81:10:6C:12:04:E8 06-15 15:53:20.607 17069-17069/? W/ResourceType: No package identifier when getting value for resource number 0x00000000 06-15 15:53:20.607 17069-17069/? W/System.err: android.content.res.Resources$NotFoundException: String resource ID

0x0 06-15 15:53:20.607 17069-17069/? W/System.err: at android.content.res.Resources.getText(Resources.java:229) 06-15

15:53:20.615 17069-17069/? W/System.err: at android.content.res.Resources.getString(Resources.java:313) 06-15 15:53:20.615 17069-17069/? W/System.err: at com.prime31.GameHelperUtils.getAppIdFromResource(GameHelperUtils.java:122) 06-15 15:53:20.615 17069-17069/? W/System.err: at com.prime31.GameHelperUtils.printMisconfiguredDebugInfo(GameHelperUtils.java:106) 06-15 15:53:20.615 17069-17069/? W/System.err: at com.prime31.GameHelper.giveUp(GameHelper.java:893) 06-15 15:53:20.615 17069-17069/? W/System.err: at com.prime31.GameHelper.onActivityResult(GameHelper.java:602) 06-15 15:53:20.615 17069-17069/? W/System.err: at com.prime31.PlayGameServicesPlugin.onActivityResult(PlayGameServicesPlugin.java:597) 06-15 15:53:20.615 17069-17069/? W/System.err: at java.lang.reflect.Method.invokeNative(Native Method) 06-15 15:53:20.615 17069-17069/? W/System.err: at java.lang.reflect.Method.invoke(Method.java:511) 06-15 15:53:20.615 17069-17069/? W/System.err: at com.prime31.ActivityProxyObjectHelper.onActivityResult(ActivityProxyObjectHelper.java:111) 06-15 15:53:20.615 17069-17069/? W/System.err: at com.prime31.UnityPlayerNativeActivity.onActivityResult(UnityPlayerNativeActivity.java:35) 06-15 15:53:20.623 17069-17069/? W/System.err: at android.app.Activity.dispatchActivityResult(Activity.java:5192) 06-15 15:53:20.623 17069-17069/? W/System.err: at android.app.ActivityThread.deliverResults(ActivityThread.java:3137) 06-15 15:53:20.623 17069-17069/? W/System.err: at android.app.ActivityThread.handleSendResult(ActivityThread.java:3184) 06-15 15:53:20.623 17069-17069/? W/System.err: at android.app.ActivityThread.access$1100(ActivityThread.java:130) 06-15 15:53:20.623 17069-17069/? W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1243) 06-15 15:53:20.623 17069-17069/? W/System.err: at android.os.Handler.dispatchMessage(Handler.java:99) 06-15 15:53:20.623 17069-17069/? W/System.err: at android.os.Looper.loop(Looper.java:137) 06-15 15:53:20.631 17069-17069/? W/System.err: at android.app.ActivityThread.main(ActivityThread.java:4745) 06-15 15:53:20.631 17069-17069/? W/System.err: at java.lang.reflect.Method.invokeNative(Native Method) 06-15 15:53:20.631 17069-17069/? W/System.err: at java.lang.reflect.Method.invoke(Method.java:511) 06-15 15:53:20.631 17069-17069/? W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786) 06-15 15:53:20.631 17069-17069/? W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) 06-15 15:53:20.638 17069-17069/? W/System.err: at dalvik.system.NativeStart.main(Native Method) 06-15 15:53:20.638 17069-17069/? W/GameHelper: **** App ID from : ??? (failed to retrieve APP ID) 06-15 15:53:20.638 17069-17069/? W/GameHelper: **** 06-15 15:53:20.638 17069-17069/? W/GameHelper: **** Check that the above information matches your setup in 06-15 15:53:20.638 17069-17069/? W/GameHelper: **** Developer Console. Also, check that you're logging in with the 06-15 15:53:20.638 17069-17069/? W/GameHelper: **** right account (it should be listed in the Testers section if 06-15 15:53:20.638 17069-17069/? W/GameHelper: **** your project is not yet published). 06-15 15:53:20.638 17069-17069/? W/GameHelper: **** 06-15 15:53:20.638 17069-17069/? W/GameHelper: **** For more information, refer to the troubleshooting guide: 06-15 15:53:20.638 17069-17069/? W/GameHelper: ****
http://developers.google.com/games/services/android/troubleshooting

은, APP 재생 구글에 업로드하고 있어요 이드는 정확하다.

하지만 로그에 표시되는 SHA1 지문은 기기에 설치된 APK와 동일하지만 (E5 : E0 : 84 : E6 : B7 : 74 : 78 : 4F : 6C : DA : E7 : C9 : 56 : 69 : 81 : 10 : 6C : 12 : 04 : E8 vs 45ad218212bb6ce583421e7506774612acb37909

해결 방법은 무엇입니까?

답변

1

드라이브 API이 (가) 사용하지 못할 수 있습니다. Google Play Developer Console에서 사용하도록 설정해야합니다.

+0

이미 켜져 있었는데, 다시 켜고 사용하지 않으려 고 시도했습니다. 호기심 때문에 일반적인 API입니까? 아니면 특정 앱에 대해 호기심을 불러 일으킬 수있는 방법을 찾아야합니까? – tweetypi

+0

@soshiki ** Drive API와 상호 작용하려면 앱 **에 대한 Drive API 서비스를 사용하도록 설정해야합니다. https://developers.google.com/drive/v3/web/enable-sdk – Programmer

+0

앱 ID가 잘못 입력되었습니다. 게임 설정이 게시되었는지 확인하십시오. Play 서비스에 어떤 플러그인을 사용하고 있습니까? 공식 google 플러그인 또는 prime32의 플러그인? – Programmer

관련 문제