android - Caused by: java.lang.IllegalStateException: package not installed? -



android - Caused by: java.lang.IllegalStateException: package not installed? -

06-26 05:07:17.890: e/androidruntime(3231): fatal exception: main 06-26 05:07:17.890: e/androidruntime(3231): process: com.sample.calendar, pid: 3231 06-26 05:07:17.890: e/androidruntime(3231): java.lang.runtimeexception: unable instantiate application android.app.application: java.lang.illegalstateexception: unable bundle info com.sample.calendar; bundle not installed? 06-26 05:07:17.890: e/androidruntime(3231): @ android.app.loadedapk.makeapplication(loadedapk.java:516) 06-26 05:07:17.890: e/androidruntime(3231): @ android.app.activitythread.handlebindapplication(activitythread.java:4317) 06-26 05:07:17.890: e/androidruntime(3231): @ android.app.activitythread.access$1500(activitythread.java:135) 06-26 05:07:17.890: e/androidruntime(3231): @ android.app.activitythread$h.handlemessage(activitythread.java:1256) 06-26 05:07:17.890: e/androidruntime(3231): @ android.os.handler.dispatchmessage(handler.java:102) 06-26 05:07:17.890: e/androidruntime(3231): @ android.os.looper.loop(looper.java:136) 06-26 05:07:17.890: e/androidruntime(3231): @ android.app.activitythread.main(activitythread.java:5017) 06-26 05:07:17.890: e/androidruntime(3231): @ java.lang.reflect.method.invokenative(native method) 06-26 05:07:17.890: e/androidruntime(3231): @ java.lang.reflect.method.invoke(method.java:515) 06-26 05:07:17.890: e/androidruntime(3231): @ com.android.internal.os.zygoteinit$methodandargscaller.run(zygoteinit.java:779) 06-26 05:07:17.890: e/androidruntime(3231): @ com.android.internal.os.zygoteinit.main(zygoteinit.java:595) 06-26 05:07:17.890: e/androidruntime(3231): @ dalvik.system.nativestart.main(native method) 06-26 05:07:17.890: e/androidruntime(3231): caused by: java.lang.illegalstateexception: unable bundle info com.sample.calendar; bundle not installed? 06-26 05:07:17.890: e/androidruntime(3231): @ android.app.loadedapk.initializejavacontextclassloader(loadedapk.java:376) 06-26 05:07:17.890: e/androidruntime(3231): @ android.app.loadedapk.getclassloader(loadedapk.java:329) 06-26 05:07:17.890: e/androidruntime(3231): @ android.app.loadedapk.makeapplication(loadedapk.java:508) 06-26 05:07:17.890: e/androidruntime(3231): ... 11 more

i'm getting kind of error in logcat. although i'm getting error project runs ok.so want clarify these things regarding error:

1.what causes error? 2.what may happened if error persist? 3.how prepare error?

i think happens when run app eclipse while have previous version installed ? won't happen if uninstall app before running 1 time again eclipse. also, won't cause problems.

java android

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -