Android SDK not recognizing debug-able device

前端 未结 19 977

I\'m new to Android development, and am attempting to run a test application on my actual device. I followed the instructions at http://developer.android.com/guide/developin

相关标签:
19条回答
  • 2020-12-14 05:19

    Assuming the correct driver has been installed successfully (No exclamation mark on the driver icon in device manager), check if the device vendor ID is listed in User\.android\adb_usb.ini.

    You device vendor ID can be found at http://developer.android.com/tools/device.html

    After adding the new vendor ID, reconnect the device and restart adb

    For more details see this thread adb not finding my device / phone (MacOS X)

    0 讨论(0)
  • 2020-12-14 05:22

    Correct if I'm wrong, but cleaning the lint out of the USB port seems to work for some people. Here is a video on how to do it.

    http://www.youtube.com/watch?v=R6p0Eg-yq3A

    edit: Seems to have improved connection performance. Device is recognized with the -devices command if the cable it turned upwards and maintained in that position. Connection to the charger is working perfectly so far.

    0 讨论(0)
  • 2020-12-14 05:22

    I have this problem with my Sony Experia L, the problem was my windows firewall, I just change some Inbound and Outbound setting ( Firewall advance setting ) for abd.exe ( Emulator ) and problem fixed. Do it and reset your emulator. Hope this help you.

    0 讨论(0)
  • 2020-12-14 05:25

    I was trying to get this to work for an Acer A500 with Eclipse on Windows 8 Pro. I eventually found the solution via this link. I also had to follow the instructions at this link in order to allow installation of an unsigned driver in Windows 8.

    0 讨论(0)
  • 2020-12-14 05:25

    type on Chrome:

    chrome://inspect
    

    All your connected devices will be listed. If debug session was not enabled, a confirmation dialog should appear in your device. Accept it.

    It worked for me.

    0 讨论(0)
  • 2020-12-14 05:26

    Make sure you have Motorola's USB driver, as is described on this thread.

    0 讨论(0)
提交回复
热议问题