0

I have an android device connected to a server in my lab and want to access chrome developer tools for the device from my laptop. How can I do it ? I went through https://developer.chrome.com/devtools/docs/remote-debugging but this seems to work only if the device is directly connected to laptop.

Thanks in advance !

bitgeeky
  • 319
  • 1
  • 4
  • 15

1 Answers1

0

Well, technically the device has to be connected to adb. You can use an app like ADB Konnect, or open a port via the console and connect to it through the network.

Community
  • 1
  • 1
tachyonflux
  • 20,103
  • 7
  • 48
  • 67