Note that there are some explanatory texts on larger screens.

plurals
  1. POThe app crashes with ClassNotFoundException
    text
    copied!<p>I am facing the ClassNotFoundException while launching my application.</p> <blockquote> <p>java.lang.RuntimeException: Unable to instantiate application com.tsf.esharp.DataSystem: java.lang.ClassNotFoundException: com.tsf.esharp.DataSystem at android.app.LoadedApk.makeApplication(LoadedApk.java:482)<br> at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3952) at android.app.ActivityThread.access$1300(ActivityThread.java:128)<br> at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1199)<br> at android.os.Handler.dispatchMessage(Handler.java:99)<br> at android.os.Looper.loop(Looper.java:137)<br> at android.app.ActivityThread.main(ActivityThread.java:4514)<br> at java.lang.reflect.Method.invokeNative(Native Method)<br> at java.lang.reflect.Method.invoke(Method.java:511)<br> at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)<br> at dalvik.system.NativeStart.main(Native Method)<br> Caused by: java.lang.ClassNotFoundException: com.tsf.esharp.DataSystem at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61) at java.lang.ClassLoader.loadClass(ClassLoader.java:501)<br> at java.lang.ClassLoader.loadClass(ClassLoader.java:461)<br> at android.app.Instrumentation.newApplication(Instrumentation.java:946)<br> at android.app.LoadedApk.makeApplication(LoadedApk.java:477)<br> ... 11 more<br> Force finishing activity com.tsf.esharp.ui.activity/.LauncherActivity</p> </blockquote> <p>I am facing this problem once after I introduced a library project and added it to my application. Can anybody know what could be the problem.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload