I get this error. What should I do?
The path is valid and I\'ve checked it. And I\'ve made a clean and rebuilt the app again, and so forth. I really
i had this problem and i fixed it like this..
super.loadUrl("file:///android_asset/www/index.html");
to
super.loadUrl("file:///android_asset/www/index.htm");