java.lang.ClassNotFoundException: Didn't find class after updating Android studio (Local) -



java.lang.ClassNotFoundException: Didn't find class after updating Android studio (Local) -

i've been getting java.lang.classnotfoundexception errors ever since updated 21.

my apk crashes on install every time , throws next error:

java.lang.runtimeexception: unable instantiate application mypackage.class: java.lang.classnotfoundexception: didn't find class "mypackage.class" on path: @ android.app.loadedapk.makeapplication(loadedapk.java:507) @ android.app.activitythread.handlebindapplication(activitythread.java:4301) @ android.app.activitythread.access$1500(activitythread.java:135) @ android.app.activitythread$h.handlemessage(activitythread.java:1256) @ android.os.handler.dispatchmessage(handler.java:102) @ android.os.looper.loop(looper.java:136) @ android.app.activitythread.main(activitythread.java:5001) @ java.lang.reflect.method.invokenative(native method) @ java.lang.reflect.method.invoke(method.java:515) @ com.android.internal.os.zygoteinit$methodandargscaller.run(zygoteinit.java:785) @ com.android.internal.os.zygoteinit.main(zygoteinit.java:601) @ dalvik.system.nativestart.main(native method)

it seems people have had similar problems in past , solution has worked them.

i'm using android studio not eclipse don't steps reproduce.

libraries not added apk anymore after upgrade adt 22

android android-studio android-sdk-tools

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -