Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android net::ERR_CACHE_MISS on debug output

I realise that this question has been asked (and solved) here before, however the most frequent and obvious solution, which is to place

<uses-permission android:name="android.permission.INTERNET"/>

in the Android.Manifest.xml file, does not work for me.

I have double checked that I have not placed this within the manifest's

<application />

tag, yet it still doesn't work.

I'm running Android 9 (Pie) as the target version, but I can't find any breaking changes with that API which may give this error. I have also cleared the cache on my Google Chrome app, which the app is using as it's default Webview.

like image 670
uprightbassfan78 Avatar asked Dec 17 '25 06:12

uprightbassfan78


1 Answers

Solved

In the end this was nothing to do with Android. I eventually just disabled the Chrome app on my test phone (Samsung S8) and it now works.

like image 90
uprightbassfan78 Avatar answered Dec 19 '25 19:12

uprightbassfan78