Reputation: 51
When I'm trying to inspect remove cordova App using android remove devtools , it returns me HTTP/1.1 404 Not Found
URL loaded is
chrome-devtools://devtools/remote/serve_rev/@....../inspector.html?remoteFrontend=true
https://chrome-devtools-frontend.appspot.com/serve_rev/@180870/devtools.html works https://chrome-devtools-frontend.appspot.com/serve_rev/@180870/inspector.html not
maybe linked to the problem...
Chrome is up to date, reproduced on many computers.
Any idea ?
Upvotes: 3
Views: 5150
Reputation: 11
I have a solution.
Ensure your android chrome version is newer than your computer's. (For example, I use windows chrome 85 and android chrome 86dev)
Then there will be a inspect fallback
option at the chrome://inspect/#devices
page. You can just click it and use the fallback inspect.
It works for me.
Upvotes: 0
Reputation: 121
Had same problem. Latest Chrome version is buggy. Disabling chrome on my android phone was the only thing that worked for me. Your phone will instead use the webview version it shipped with (58 in my case). Sure problem will be resolved soon at which point you can reinstall chrome
Upvotes: 2