I was trying to use Stetho to debug my application and followed the steps here https://developers.google.com/web/tools/chrome-devtools/remote-debugging to enable chrome remote debug, but I can't inspect my app. The device is recognized, but no inspect link:
What I have done:
- Enabled USB debug on my device
- Have checked that my android version is above 4.4 (is Android 7)
- Have tried to install the
ADB
and runadb devices
What could I be missing?
EDIT:
I did some more tests with the following results:
- Tested on an emulator and I still can't inspect my APP
- I can inspect chrome tabs
So the problem seems to be something I did or didn't in my APP.