The bloat error of the <unknown> class that I know is webview

I need help, I have an application published on the market using a web submission to present information. From time to time I get error reports like this:

http://pastebin.com/zQ16Sf2z

The error indicates my inflation line of my activity:

setContentView(R.layout.view);

Binary XML file line #22: Error inflating class <unknown> should mean

<WebView android:id="@+id/WebView" android:layout_width="fill_parent" android:layout_height="fill_parent"></WebView>

in my layout http://pastebin.com/MFAPawin

Please help me or give me a hint to get started in the right direction! This is a problem that I have not been able to solve for a long time. Thank!

+1
source share
2 answers

java.lang.OutOfMemoryError, . . , , .

, , - . , , :

http://android-developers.blogspot.co.uk/2009/01/avoiding-memory-leaks.html

, .

+4

, VM (java.lang.OutOfMemoryError). , .

0

All Articles