10

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.

Erik
  • 1,311
  • 1
  • 11
  • 17

2 Answers2

2

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

Gabriel Petersson
  • 8,434
  • 4
  • 32
  • 41
0

From the screen you have Select others on the left > then select the inspect > after that select the menu icon in the dev tools area(3 boxes ) > Select more tools > Select remote devices

Or Select the Menu button in chrome > more tools > Developer tools > Select the menu icon with in the dev tools sub window(3 boxes ) > Select more tools > Select Remote devices

You can also select the open devtools for current node > Select the menu icon with in the dev tools sub window(3 boxes ) > Select more tools > Select Remote devices

This should allow you to inspect on your connected android device

Isaac Morris
  • 336
  • 2
  • 11