Advertisement
Severnik

Untitled

Apr 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.44 KB | None | 0 0
  1. 04-20 17:44:55.558 12619-12619/com.headsystems.proplan E/AndroidRuntime: FATAL EXCEPTION: main
  2.                                                                          Process: com.headsystems.proplan, PID: 12619
  3.                                                                          java.lang.RuntimeException: Unable to instantiate application com.headsystems.proplan.TheApplication: java.lang.ClassNotFoundException: Didn't find class "com.headsystems.proplan.TheApplication" on path: DexPathList[[zip file "/data/app/com.headsystems.proplan-1/base.apk"],nativeLibraryDirectories=[/data/app/com.headsystems.proplan-1/lib/arm, /data/app/com.headsystems.proplan-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
  4.                                                                             at android.app.LoadedApk.makeApplication(LoadedApk.java:803)
  5.                                                                             at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5471)
  6.                                                                             at android.app.ActivityThread.-wrap2(ActivityThread.java)
  7.                                                                             at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1583)
  8.                                                                             at android.os.Handler.dispatchMessage(Handler.java:102)
  9.                                                                             at android.os.Looper.loop(Looper.java:241)
  10.                                                                             at android.app.ActivityThread.main(ActivityThread.java:6223)
  11.                                                                             at java.lang.reflect.Method.invoke(Native Method)
  12.                                                                             at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
  13.                                                                             at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)
  14.                                                                          Caused by: java.lang.ClassNotFoundException: Didn't find class "com.headsystems.proplan.TheApplication" on path: DexPathList[[zip file "/data/app/com.headsystems.proplan-1/base.apk"],nativeLibraryDirectories=[/data/app/com.headsystems.proplan-1/lib/arm, /data/app/com.headsystems.proplan-1/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
  15.                                                                              at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  16.                                                                              at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
  17.                                                                              at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
  18.                                                                              at android.app.Instrumentation.newApplication(Instrumentation.java:993)
  19.                                                                              at android.app.LoadedApk.makeApplication(LoadedApk.java:797)
  20.                                                                              at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5471) 
  21.                                                                              at android.app.ActivityThread.-wrap2(ActivityThread.java) 
  22.                                                                              at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1583) 
  23.                                                                              at android.os.Handler.dispatchMessage(Handler.java:102) 
  24.                                                                              at android.os.Looper.loop(Looper.java:241) 
  25.                                                                              at android.app.ActivityThread.main(ActivityThread.java:6223) 
  26.                                                                              at java.lang.reflect.Method.invoke(Native Method) 
  27.                                                                              at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865) 
  28.                                                                              at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755) 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement