【发布时间】:2020-10-17 08:14:25
【问题描述】:
我一直在尝试使用 adb 连接我的 android 设备,但失败了。我启用了开发人员选项并启用了 USB 调试?我在这里错过了什么吗?我也尝试过使用 ghost 框架进行连接,但没有用。有人可以建议吗? 提前致谢。
【问题讨论】:
标签: android adb remote-access remote-debugging
我一直在尝试使用 adb 连接我的 android 设备,但失败了。我启用了开发人员选项并启用了 USB 调试?我在这里错过了什么吗?我也尝试过使用 ghost 框架进行连接,但没有用。有人可以建议吗? 提前致谢。
【问题讨论】:
标签: android adb remote-access remote-debugging
你遇到了什么错误? ...
Connect your Android device to the computer with a USB cable
The USB mode must be PTP in order for ADB to work. You can usually change this from
the notification shade
Make sure to allow USB debugging if a pop-up appears
Open the platform-tools folder on your computer
Shift+Right Click and select Open command prompt here
Type adb devices and hit Enter
You should see a list of attached devices
Now you can enter ADB commands!
【讨论】: