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
You might need to use IceCreamCordovaWebViewClient
@Override public void init() { super.init(webView, new IceCreamCordovaWebViewClient(this, webView), new CordovaChromeClient(this, webView)); }