2014-01-31 2 views
1

이 스레드는 중복 된 것처럼 보일 수 있습니다. 해결책은 Google Play 라이브러리를 가져 오는 것입니다. 그러나 Google Maps API가 정상적으로 작동하고 올바르게 목록을 가져 왔으며 필요한 목록 항목을 추가했음을 확신 할 수 있습니다. https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals의 코드 샘플을 사용하여 제목이 검은 색 레이아웃으로 표시되는 오류가 나타납니다.Android 용 Google Admob 문제 : Google Play 서비스를 찾을 수 없음

아이디어가 있으십니까? 아래 다음 내 G.Play 라이브러리로 가져온 Google에서 제공하는 작업 코드를 사용하여 생성됩니다

로그 캣 ...

01-31 13:30:45.869: I/Ads(11130): Starting ad request. 
01-31 13:30:45.877: I/dalvikvm(11130): Could not find method android.webkit.WebSettings.setMediaPlaybackRequiresUserGesture, referenced from method abz.<init> 
01-31 13:30:45.881: W/dalvikvm(11130): VFY: unable to resolve virtual method 3345: Landroid/webkit/WebSettings;.setMediaPlaybackRequiresUserGesture (Z)V 
01-31 13:30:45.881: D/dalvikvm(11130): VFY: replacing opcode 0x6e at 0x003d 
01-31 13:30:46.001: E/GooglePlayServicesUtil(11130): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included. 
01-31 13:30:46.049: D/libEGL(11130): loaded /system/lib/egl/libEGL_emulation.so 
01-31 13:30:46.061: D/(11130): HostConnection::get() New Host Connection established 0xb932cbb8, tid 11130 
01-31 13:30:46.077: D/libEGL(11130): loaded /system/lib/egl/libGLESv1_CM_emulation.so 
01-31 13:30:46.077: D/libEGL(11130): loaded /system/lib/egl/libGLESv2_emulation.so 
01-31 13:30:46.193: W/EGL_emulation(11130): eglSurfaceAttrib not implemented 
01-31 13:30:46.217: D/OpenGLRenderer(11130): Enabling debug mode 0 
01-31 13:30:46.285: D/OpenGLRenderer(11130): TextureCache::get: create texture(0xb92860f0): name, size, mSize = 1, 1048576, 1048576 
01-31 13:30:46.301: E/GooglePlayServicesUtil(11130): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included. 
01-31 13:30:46.305: E/GooglePlayServicesUtil(11130): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included. 
01-31 13:30:46.437: D/OpenGLRenderer(11130): TextureCache::get: create texture(0xb92a4580): name, size, mSize = 2, 9216, 1057792 
01-31 13:30:46.545: D/OpenGLRenderer(11130): TextureCache::get: create texture(0xb926c1f0): name, size, mSize = 4, 36864, 1094656 
01-31 13:30:47.525: I/Ads(11130): Ad finished loading. 
+0

Google지도 클래스의 패키지 이름을 게시 할 수 있습니까? 예 : com.google.android. *. *. * ' – JRomero

+0

import com.google.android.gms.maps.GoogleMap; – user3153745

+0

p/s : Google에서 제공 한 예제 프로젝트에서도 동일한 문제가 발생했습니다 ... – user3153745

답변

1

는 분명히 이것은 구글 플레이 서비스 SDK의 버그입니다. this bug report을 확인하십시오. 그것은 잘 작동하지만 로그에 잘못된 오류가있을 것입니다.

관련 문제