I need help, I have an application published on the market using a webview to present information.. Every now and then i get error reports like this one:
The error points to my inflation-line of my activity:
setContentView(R.layout.view);
Binary XML file line #22: Error inflating class <unknown>
must 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 for a start in the right direction! This is a problem I have had for a long time and have not been able to solve.. Thank you!