Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't inspect android app on chrome remote debug

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.

like image 541
Erik Avatar asked May 19 '18 14:05

Erik


1 Answers

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

like image 115
Gabriel Petersson Avatar answered Sep 30 '22 12:09

Gabriel Petersson