Android – Can’t inspect android app on chrome remote debug

androidandroid-debuggoogle-chromeremote-debugging

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:
enter image description here

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 run adb 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.

Best Answer

I had the same problem. Apparently you need to go into chrome on your mobile device, and it will pop up immediately.