使用 adb 连接到安卓设备的步骤是什么?



我一直在尝试使用 adb 连接我的安卓设备,但失败了。我启用了开发人员选项,还启用了USB调试?我在这里错过了什么吗?我也尝试使用幽灵框架进行连接,但不起作用。有人可以建议吗? 提前谢谢。

你得到什么错误?

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! 

最新更新