android - Google Chrome inspect devices? -
i'm trying inspect device google chrome
chrome://inspect/#devices
basically i'm not able recognize connected device. instead i'm getting
i did
adb kill-server adb start-server
it restarted , did not work
how inspect element devices?
i have faced similar issue. please try below methods
- go device - developer options - click on
revoke usb debugging autorizations
, enable developer options , usb debugging. again askaccept debugging session on device
on device. - inspect work on debug mode , not on release mode. if using
android studio
can change below in screenshot.
Comments
Post a Comment