(occasional flashback phenomenon) repeatedly start end activity Exception android.view.InflateException:Binary XML file line ... Error Inflating class <unknown>

Source: Internet
Author: User

Recently encountered in the project for a long time repeatedly start the end of an activity is a crash, error report: android.view.InflateException:Binary XML file Line ... Error Inflating class <unknown>

Query data The big God says it's a memory overflow (http://stackoverflow.com/questions/7536988/ android-app-out-of-memory-issues-tried-everything-and-still-at-a-loss/7576275)

Check the error log does report caused By:java.lang.OutOfMemoryError is just inside the system source code

Solution:

Release the referenced picture resource at the end of the page OnStop:

drawable d = imageview.getdrawable ();
if (d! = null) d.setcallback (NULL);
Imageview.setimagedrawable (NULL);
Imageview.setbackgrounddrawable (NULL);

This problem is often encountered before, every time it is the problem of the Android system, the original can be resolved, do not know whether it can solve the problem of the flash, but also need to observe a period of time

(occasional flashback phenomenon) repeatedly starts the end activity exception android.view.InflateException:Binary XML file line ... Error inflating class <unknown>

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.