Android applications overwrite the crash issue during installation, androidcrash

Source: Internet
Author: User

Android applications overwrite the crash issue during installation, androidcrash

The following crash was reported during the recent test. The experiment was followed up and found that the problem was necessary:
1, 4.0 or 4.1 Systems
2. Overwrite three or more activities in the previous Activitystack stack.
After investigation, many colleagues encountered the same problem, and the collection was forgotten here. Currently, there is no good solution. There is no such problem in a later or later version. If you are troubleshooting the same problem, you have no time to check it again. Not significant.
java.lang.RuntimeException: Unable to instantiate application com.google.android.apps.plus.phone.EsApplication: java.lang.NullPointerException        at android.app.LoadedApk.makeApplication(LoadedApk.java:466)        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3436)        at android.app.ActivityThread.access$2200(ActivityThread.java:124)        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1012)        at android.os.Handler.dispatchMessage(Handler.java:99)        at android.os.Looper.loop(Looper.java:130)        at android.app.ActivityThread.main(ActivityThread.java:3859)        at java.lang.reflect.Method.invokeNative(Native Method)        at java.lang.reflect.Method.invoke(Method.java:507)        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)        at dalvik.system.NativeStart.main(Native Method)Caused by: java.lang.NullPointerException        at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:346)        at android.app.LoadedApk.getClassLoader(LoadedApk.java:291)        at android.app.LoadedApk.makeApplication(LoadedApk.java:458)        ... 11 more

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.