chrome://检查#设备找不到用于USB调试的设备

发布于 2025-02-05 06:05:03 字数 226 浏览 2 评论 0原文

Chrome://检查#设备无法找到

Android上的USB调试设备:关闭USB调试,然后将其打开。 在确认Android上的“允许USB调试”弹出窗口后,检查页面仍然说:待处理身份验证:请接受设备上的调试会话。

还尝试将USB配置从MTP更改为PTP,无用。 从计算机文件资源管理器中,可以访问Android手机。

Windows 10和Android 8.0的Chrome版本均为102。

Chrome://inspect#devices could not find devices for USB debugging

On Android: Turn off USB debugging, then turn it on.
After confirming "allow usb debugging" popup on android, the inspect page still says: Pending authentication: please accept debugging session on the device.

Also tried changing USB config from MTP to PTP, not helpful.
From computer file explorer, the android phone is accessible.

Chrome version is 102 on both Windows 10 and Android 8.0.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

老娘不死你永远是小三 2025-02-12 06:05:03

Android Studio的ADB可以干扰Chrome Remote调试,因此一次只建议运行一个。

  1. ADBADB设备确认您的Android设备。这只是为了避免使用不良USB电缆或不良USB端口的问题。

  2. 关闭Android Studio后,ADB可能仍在运行,因此您必须运行ADB Kill-Server才能停止它。

  3. 重新启动铬。

Android Studio's adb can interfere with Chrome Remote Debugging so only running one at a time is advised.

  1. Confirm that your Android device is detected by adb with adb devices. This is just to avoid problems with bad USB cables or bad USB ports.

  2. After shutting down Android Studio, adb may still be running so you'll have to run adb kill-server to stop it.

  3. Relaunch Chrome.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文