2014-07-17 2 views
2

지난 주 갑자기 나타났습니다. 내 VCS를 통해 변경 사항을 되돌리려 고했지만 오류가 남아있는 것 같습니다. 콘솔 변경도 기억하지 않습니다.오류 : Google Play 서비스의 알 수없는 문제

오류 메시지

Unknown Issue with Google Play Services

통과하는 표시에 이것은 기호 다음에 나타납니다. BaseGameActivity를 사용하고 자습서를 따르고 있습니다.

07-16 23:16:24.754 4304-4304/app.cheetah.petlife W/PopupManager? You have not specified a View to use as content view for popups. Falling back to the Activity content view which may not work properly in future versions of the API. Use setViewForPopups() to set your content view. 07-16 23:16:25.234 4304-4304/app.cheetah.petlife I/dalvikvm-heap? Grow heap (frag case) to 50.045MB for 40960016-byte allocation 07-16 23:16:25.605 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: Debug log enabled. 07-16 23:16:25.615
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onStart 07-16 23:16:25.615 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: Connecting client. 07-16 23:16:25.785
4304-4304/app.cheetah.petlife W/Adreno-GSL? : Android framework reported version 2. So, don't force ES30 07-16 23:16:25.785 4304-4304/app.cheetah.petlife I/Adreno-EGL? : EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_KK_2.7_RB1.04.04.00.007.018_msm8960_KK_2.7_RB1_CL3869936_release_AU (CL3869936) OpenGL ES Shader Compiler Version: 17.01.10.SPL Build Date: 12/09/13 Mon Local Branch: mybranch2092625 Remote Branch: quic/kk_2.7_rb1.15 Local Patches: NONE Reconstruct Branch: AU_LINUX_ANDROID_KK_2.7_RB1.04.04.00.007.018 + NOTHING 07-16 23:16:25.845 4304-4304/app.cheetah.petlife D/OpenGLRenderer? Enabling debug mode 0 07-16 23:16:25.875
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onConnectionFailed 07-16 23:16:25.875 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: Connection failure: 07-16 23:16:25.875
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: - code: SIGN_IN_REQUIRED(4) 07-16 23:16:25.875
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: - resolvable: true 07-16 23:16:25.875 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: - details: ConnectionResult{statusCode=SIGN_IN_REQUIRED, resolution=PendingIntent{422b4208: [email protected]}} 07-16 23:16:25.875 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onConnectionFailed: WILL resolve because user initiated sign-in. 07-16 23:16:25.875 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onConnectionFailed: resolving problem... 07-16 23:16:25.875 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: resolveConnectionResult: trying to resolve result: ConnectionResult{statusCode=SIGN_IN_REQUIRED, resolution=PendingIntent{422b4208: [email protected]}} 07-16 23:16:25.875 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: Result has resolution. Starting it. 07-16 23:16:30.650
4304-4331/app.cheetah.petlife D/dalvikvm? GC_FOR_ALLOC freed 404K, 17% free 48535K/58184K, paused 28ms, total 28ms 07-16 23:16:30.660
4304-4331/app.cheetah.petlife I/GAV3? Thread[GAThread,5,main]: No campaign data found. 07-16 23:16:33.994
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onActivityResult: req=RC_RESOLVE, resp=RESULT_OK 07-16 23:16:33.994
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onAR: Resolution was RESULT_OK, so connecting current client again. 07-16 23:16:33.994 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: Starting connection. 07-16 23:16:37.247
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onConnectionFailed 07-16 23:16:37.247 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: Connection failure: 07-16 23:16:37.247
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: - code: INTERNAL_ERROR(8) 07-16 23:16:37.247 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: - resolvable: false 07-16 23:16:37.247
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: - details: ConnectionResult{statusCode=INTERNAL_ERROR, resolution=null} 07-16 23:16:37.257 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onConnectionFailed: WILL resolve because user initiated sign-in. 07-16 23:16:37.257 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: onConnectionFailed: resolving problem... 07-16 23:16:37.257 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: resolveConnectionResult: trying to resolve result: ConnectionResult{statusCode=INTERNAL_ERROR, resolution=null} 07-16 23:16:37.257 4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: resolveConnectionResult: result has no resolution. Giving up. 07-16 23:16:37.257 4304-4304/app.cheetah.petlife W/GameHelper? disconnect() called when client was already disconnected. 07-16 23:16:37.267 4304-4304/app.cheetah.petlife E/GooglePlayServicesUtil? Internal error occurred. Please see logs for detailed information 07-16 23:16:37.367
4304-4304/app.cheetah.petlife D/GameHelper? GameHelper: Notifying LISTENER of sign-in FAILURE (error)

스택 트레이스 또는 특정 메시지 :

여기에 전체 로그 캣 덤프입니다. 이 로그 파일이 어느 위치에 있는지 찾지 못했습니다. 나는 그것이 나에게 큰 통찰력을 줄 것이라고 생각할 것이다.

Android Studio 0.8.2를 실행 중입니다. 디버그 릴리스와 Play 및 수동 서명 APK 설치를 모두 시도했습니다. 모두 같은 결과.

답변

3

정확하게 동일한 문제가 있었는데 많은 시도 끝에 제 사례의 해결책을 찾았습니다. 내 오류 코드는 아니지만 Google play Games cannot sign-in Error 403에 나와있는 것처럼 개발자 콘솔에서 드라이브 API와 드라이브 SDK를 사용하도록 설정했습니다. 403,하지만 너와 정확히 같아.

희망이 도움이됩니다.

+0

당신은 내가 할 필요가 있었던 바로 그 것이었다. https://console.developers.google.com에 로그인하여 API로 이동하여 드라이브 API 및 드라이브 SDK를 사용하도록 설정했습니다 (구성 할 필요조차 없음). – RiddlerDev

0

그러나 AVCarreiro의 훌륭한 답변으로는 도움이되지 않았습니다. 다른 사람이이 문제를 가지고 있으며,이 스레드에 실수를 한단다 경우, 여기에 몇 가지 시도하고 있습니다 : 분명히

  1. , AVCarreiro의 대답 구글 플레이 dev에 콘솔에서
  2. , 서비스를 게임 프로젝트를 클릭하고 이동로 이동 왼쪽의 게임 세부 정보. 페이지 하단에 'API 콘솔 프로젝트'라는 섹션이 표시됩니다. 여기에서는 프로젝트에 허용되어야하는 모든 API를 알려줍니다.
  3. 응용 프로그램이
  4. 는 디버그 버전을 사용하지 않는 시도 테스트하기 전에 서명 확인 올바른 테스트 계정을 사용하고 있는지 확인을 한 후

(즉, 어떤 이유로 나를 위해 일한) 서명 된 (디버그가 아닌) apk를 생성하고 서비스가 작동하기 시작한 장치 (올바른 테스트 계정)로 옮깁니다.