Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. FATAL EXCEPTION: main
  2. E/AndroidRuntime( 1334): Process: com.android.systemui, PID: 1334
  3. E/AndroidRuntime( 1334): android.view.InflateException: Binary XML file line #21: Error inflating class com.android.systemui.statusbar.phone.NavigationBarView
  4. E/AndroidRuntime( 1334): at android.view.LayoutInflater.createView(LayoutInflater.java:620)
  5. E/AndroidRuntime( 1334): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:696)
  6. E/AndroidRuntime( 1334): at android.view.LayoutInflater.inflate(LayoutInflater.java:469)
  7. E/AndroidRuntime( 1334): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  8. E/AndroidRuntime( 1334): at android.view.LayoutInflater.inflate(LayoutInflater.java:353)
  9. E/AndroidRuntime( 1334): at android.view.View.inflate(View.java:17482)
  10. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:599)
  11. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2758)
  12. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2733)
  13. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:463)
  14. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:474)
  15. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
  16. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
  17. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
  18. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
  19. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
  20. E/AndroidRuntime( 1334): at android.os.Handler.dispatchMessage(Handler.java:102)
  21. E/AndroidRuntime( 1334): at android.os.Looper.loop(Looper.java:136)
  22. E/AndroidRuntime( 1334): at android.app.ActivityThread.main(ActivityThread.java:5158)
  23. E/AndroidRuntime( 1334): at java.lang.reflect.Method.invokeNative(Native Method)
  24. E/AndroidRuntime( 1334): at java.lang.reflect.Method.invoke(Method.java:515)
  25. E/AndroidRuntime( 1334): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
  26. E/AndroidRuntime( 1334): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
  27. E/AndroidRuntime( 1334): at dalvik.system.NativeStart.main(Native Method)
  28. E/AndroidRuntime( 1334): Caused by: java.lang.reflect.InvocationTargetException
  29. E/AndroidRuntime( 1334): at java.lang.reflect.Constructor.constructNative(Native Method)
  30. E/AndroidRuntime( 1334): at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  31. E/AndroidRuntime( 1334): at android.view.LayoutInflater.createView(LayoutInflater.java:594)
  32. E/AndroidRuntime( 1334): ... 23 more
  33. E/AndroidRuntime( 1334): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f0200cd
  34. E/AndroidRuntime( 1334): at android.content.res.Resources.getValue(Resources.java:1195)
  35. E/AndroidRuntime( 1334): at android.content.res.Resources.getDrawable(Resources.java:729)
  36. E/AndroidRuntime( 1334): at android.content.res.Resources.getDrawable(Resources.java:711)
  37. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.phone.NavigationBarView.getIcons(NavigationBarView.java:318)
  38. E/AndroidRuntime( 1334): at com.android.systemui.statusbar.phone.NavigationBarView.<init>(NavigationBarView.java:226)
  39. E/AndroidRuntime( 1334): ... 26 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement