-1

I'm trying to inspect device from google chrome

chrome://inspect/#devices

Basically i'm not able to recognize my connected device. Instead i'm getting this enter image description here

I did

adb kill-server
adb start-server

It actually restarted and did not work

How to actually inspect element for the devices?

Matarishvan
  • 2,382
  • 3
  • 38
  • 68

1 Answers1

0

I have faced similar issue. Please try the below methods

  1. Go to your device - Developer options - click on Revoke USB debugging autorizations and enable developer options and USB debugging. This will again ask accept debugging session on the device on your device.
  2. Inspect will only work on debug mode and not on release mode. If you are using android studio you can change like below in the screenshot.

enter image description here

Arun
  • 684
  • 1
  • 14
  • 25