Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. common_google_play_services_unknown_issue
  2.  
  3. 06-27 18:13:21.350 22325-22325/com.chakraview.busattendant D/dalvikvm: Late-enabling CheckJNI
  4. 06-27 18:13:21.418 22325-22325/com.chakraview.busattendant W/dalvikvm: VFY: unable to resolve static field 6875 (common_google_play_services_unknown_issue) in Lcom/google/android/gms/R$string;
  5. 06-27 18:13:21.418 22325-22325/com.chakraview.busattendant D/dalvikvm: VFY: replacing opcode 0x60 at 0x000e
  6. 06-27 18:13:21.419 22325-22325/com.chakraview.busattendant D/AndroidRuntime: Shutting down VM
  7. 06-27 18:13:21.419 22325-22325/com.chakraview.busattendant W/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x415d5d40)
  8. 06-27 18:13:21.421 22325-22325/com.chakraview.busattendant E/AndroidRuntime: FATAL EXCEPTION: main
  9. 06-27 18:13:21.421 22325-22325/com.chakraview.busattendant E/AndroidRuntime: Process: com.chakraview.busattendant, PID: 22325
  10. 06-27 18:13:21.421 22325-22325/com.chakraview.busattendant E/AndroidRuntime: java.lang.NoClassDefFoundError: com.google.android.gms.R$string
  11. 06-27 18:13:21.421 22325-22325/com.chakraview.busattendant E/AndroidRuntime: at com.google.android.gms.common.internal.zzah.<init>(Unknown Source)
  12.  
  13. dependencies {
  14. compile project(':swipeMenuListView')
  15. compile 'com.android.support:support-v4:23.0.0'
  16. compile 'com.google.android.gms:play-services:9.0.2'
  17. compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement