Android adb returns the “device not found” error

后端 未结 7 1744
旧巷少年郎
旧巷少年郎 2021-01-02 04:18

When I plug my HTC Desire S phone into the PC (Win7) via USB, Device Manager shows a network adapter called \"HTC Remote NDIS based Device\".

Attempting a port mapp

7条回答
  •  迷失自我
    2021-01-02 05:03

    First check whether the device is attached or not with "adb devices" command (it is inside the platform-tools directory).

    Just for information, to start with Android application development with a real device, you have to change some settings:

    1. Select the "Unknown sources" checkbox; you find it in "Settings->Applications->Unknown sources."
    2. Select the "USB Debugging" checkbox; you find it in "Settings->Applications->Development->USB Debugging."

提交回复
热议问题