【发布时间】:2017-09-08 08:08:09
【问题描述】:
我正在尝试在 Android 设备上的 Chrome 中调试网站。为此,我关注official remote debugging guide。
在6. Make sure that Discover USB devices is enabled. 之前一切正常,但在7. Connect your Android device directly to your development machine using a USB cable. 处,设备没有出现。同样在设备上,我没有得到the Allow USB Debugging permission prompt 中所述的8.
设备启用了 USB 调试,并且 Windows 可以识别设备。
我可以使用 Android Studio 连接到设备,然后使用 Chrome 远程调试。但是为了能够在设备上点击Allow USB Debugging permission prompt 而安装几个 GigaBytes 似乎有点过头了。
如何在不安装 Android Studio 的情况下启动远程调试?
【问题讨论】:
标签: android google-chrome debugging google-chrome-devtools