简体   繁体   English

如何访问连接到远程计算机的Android设备的Chrome开发者工具?

[英]How to access chrome developer tools for an android device connected to a remote machine?

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. 我的实验室中有一个连接到服务器的android设备,想从笔记本电脑访问该设备的chrome开发人员工具。 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. 我经历了https://developer.chrome.com/devtools/docs/remote-debugging,但这似乎只有在设备直接连接到笔记本电脑的情况下才有效。

Thanks in advance ! 提前致谢 !

Well, technically the device has to be connected to adb. 好吧,从技术上讲,该设备必须连接到adb。 You can use an app like ADB Konnect , or open a port via the console and connect to it through the network. 您可以使用ADB Konnect之类的应用程序,也可以通过控制台打开端口并通过网络连接到该端口

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM