Advertisement
pablo7890

GMapsTest - logcat

Dec 29th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 5.92 KB | None | 0 0
  1. W/ActivityManager(  291): Unbind failed: could not find connection for android.os.BinderProxy@40d4b1f0
  2. I/ActivityManager(  291): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000
  3.  
  4. cmp=com.gmapstest/.MainActivity} from pid 418
  5. I/Choreographer(  418): Skipped 31 frames!  The application may be doing too much work on its main thread.
  6. E/SurfaceFlinger(   37): ro.sf.lcd_density must be defined as a build property
  7. D/dalvikvm( 1233): Not late-enabling CheckJNI (already on)
  8. I/ActivityManager(  291): Start proc com.gmapstest for activity com.gmapstest/.MainActivity: pid=1233 uid=10049 gids={50049, 3003, 1015, 1028}
  9. E/Trace   ( 1233): error opening trace file: No such file or directory (2)
  10. D/AndroidRuntime( 1233): Shutting down VM
  11. W/dalvikvm( 1233): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
  12. E/AndroidRuntime( 1233): FATAL EXCEPTION: main
  13. E/AndroidRuntime( 1233): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.gmapstest/com.gmapstest.MainActivity}:
  14.  
  15. android.view.InflateException: Binary XML file line #6: Error inflating class fragment
  16. E/AndroidRuntime( 1233):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
  17. E/AndroidRuntime( 1233):        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
  18. E/AndroidRuntime( 1233):        at android.app.ActivityThread.access$600(ActivityThread.java:141)
  19. E/AndroidRuntime( 1233):        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
  20. E/AndroidRuntime( 1233):        at android.os.Handler.dispatchMessage(Handler.java:99)
  21. E/AndroidRuntime( 1233):        at android.os.Looper.loop(Looper.java:137)
  22. E/AndroidRuntime( 1233):        at android.app.ActivityThread.main(ActivityThread.java:5041)
  23. E/AndroidRuntime( 1233):        at java.lang.reflect.Method.invokeNative(Native Method)
  24. E/AndroidRuntime( 1233):        at java.lang.reflect.Method.invoke(Method.java:511)
  25. E/AndroidRuntime( 1233):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
  26. E/AndroidRuntime( 1233):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
  27. E/AndroidRuntime( 1233):        at dalvik.system.NativeStart.main(Native Method)
  28. E/AndroidRuntime( 1233): Caused by: android.view.InflateException: Binary XML file line #6: Error inflating class fragment
  29. E/AndroidRuntime( 1233):        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:704)
  30. E/AndroidRuntime( 1233):        at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)
  31. E/AndroidRuntime( 1233):        at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
  32. E/AndroidRuntime( 1233):        at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
  33. E/AndroidRuntime( 1233):        at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
  34. E/AndroidRuntime( 1233):        at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:270)
  35. E/AndroidRuntime( 1233):        at android.app.Activity.setContentView(Activity.java:1881)
  36. E/AndroidRuntime( 1233):        at com.gmapstest.MainActivity.onCreate(MainActivity.java:19)
  37. E/AndroidRuntime( 1233):        at android.app.Activity.performCreate(Activity.java:5104)
  38. E/AndroidRuntime( 1233):        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
  39. E/AndroidRuntime( 1233):        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
  40. E/AndroidRuntime( 1233):        ... 11 more
  41. E/AndroidRuntime( 1233): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right
  42.  
  43. value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data
  44.  
  45. android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
  46. E/AndroidRuntime( 1233):        at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
  47. E/AndroidRuntime( 1233):        at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source)
  48. E/AndroidRuntime( 1233):        at com.google.android.gms.maps.internal.q.v(Unknown Source)
  49. E/AndroidRuntime( 1233):        at com.google.android.gms.maps.internal.q.u(Unknown Source)
  50. E/AndroidRuntime( 1233):        at com.google.android.gms.maps.MapsInitializer.initialize(Unknown Source)
  51. E/AndroidRuntime( 1233):        at com.google.android.gms.maps.MapFragment$b.cE(Unknown Source)
  52. E/AndroidRuntime( 1233):        at com.google.android.gms.maps.MapFragment$b.a(Unknown Source)
  53. E/AndroidRuntime( 1233):        at com.google.android.gms.dynamic.a.a(Unknown Source)
  54. E/AndroidRuntime( 1233):        at com.google.android.gms.dynamic.a.onInflate(Unknown Source)
  55. E/AndroidRuntime( 1233):        at com.google.android.gms.maps.MapFragment.onInflate(Unknown Source)
  56. E/AndroidRuntime( 1233):        at android.app.Activity.onCreateView(Activity.java:4716)
  57. E/AndroidRuntime( 1233):        at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680)
  58. E/AndroidRuntime( 1233):        ... 21 more
  59. W/ActivityManager(  291):   Force finishing activity com.gmapstest/.MainActivity
  60. D/dalvikvm(  291): GC_FOR_ALLOC freed 1221K, 24% free 8412K/11036K, paused 84ms, total 89ms
  61. E/SurfaceFlinger(   37): ro.sf.lcd_density must be defined as a build property
  62. W/ActivityManager(  291): Activity pause timeout for ActivityRecord{40ef6d30 u0 com.gmapstest/.MainActivity}
  63. E/SurfaceFlinger(   37): ro.sf.lcd_density must be defined as a build property
  64. W/EGL_emulation(  418): eglSurfaceAttrib not implemented
  65. I/Process ( 1233): Sending signal. PID: 1233 SIG: 9
  66. I/ActivityManager(  291): Process com.gmapstest (pid 1233) has died.
  67. W/InputMethodManagerService(  291): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@40e43638
  68.  
  69. attribute=null, token = android.os.BinderProxy@410efb50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement