Android Webview gives net::ERR_CACHE_MISS message -
i built web app , wants create android app has webview shows web app. after following instructions google developer create app, installed on phone android 5.1.1.
however, when run app first time, webview shows message:
web page not available
the web page @ http://www.google.com.sg not loaded as:
net::err_cache_miss
after searching while on google , trying out solutions, still stuck on error. have included permissions needed shouldn't beacuse of that. android studio updated not because of that.
i solved problem changing androidmanifest.xml
.
old : <uses-permission android:name="android.permission.internet"/>
new: <uses-permission android:name="android.permission.internet"/>
Comments
Post a Comment