【问题标题】:What are the steps to connect to an android device using adb?使用 adb 连接到 android 设备的步骤是什么?
【发布时间】:2020-10-17 08:14:25
【问题描述】:

我一直在尝试使用 adb 连接我的 android 设备,但失败了。我启用了开发人员选项并启用了 USB 调试?我在这里错过了什么吗?我也尝试过使用 ghost 框架进行连接,但没有用。有人可以建议吗? 提前致谢。

【问题讨论】:

    标签: android adb remote-access remote-debugging


    【解决方案1】:

    你遇到了什么错误? ...

    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! 
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-09-21
      • 2021-02-12
      • 2010-10-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多