ADB not recognising Nexus 4 under Windows 7

前端 未结 26 2455
旧时难觅i
旧时难觅i 2020-12-12 09:49

I\'m running on Windows 7, and I\'ve updated all the drivers as it says on the Android developer website regarding using hardware devices. However, Eclipse is still not reco

相关标签:
26条回答
  • 2020-12-12 09:54

    To enable USB debugging, go to settings, about phone and then at the bottom tap build number seven times. This will enable the developer settings where you can enable USB debugging.

    0 讨论(0)
  • 2020-12-12 09:54

    I had to resort to a clean install of Windows 7 x64 to fix this issue.

    I tried all steps/variants in the other answers. No luck. Device Manager would show my 'Android Device / Android Composite ADB Interface' working properly with the 7.0.0.1 driver from Google, but nothing could get 'adb devices' to show my Nexus 4.

    I used USBDeview to uninstall every USB device that had connected to my computer except my keyboard and mouse. No luck.

    I enabled 'Show hidden devices' in Device Manager and uninstalled anything related to USB. No luck.

    I added Google's vendor ID to adb_usb.ini. No luck. I deleted adb_usb.ini and ran 'android update adb'. No luck.

    I brought my Nexus 4 to my brother's apartment to confirm it wasn't faulty. Worked on his machine without a hiccup.

    I'm glad the clean install worked, because further troubleshooting was going to require swapping motherboards or buying a MacBook.

    Boy, that escalated quickly.

    0 讨论(0)
  • 2020-12-12 09:55

    I had the same problem and none of the above worked, but the following solution worked for me:

    On my Nexus 4:

    • Go to Settings

    • Choose Developer options (from the end of the list after pressing seven times on "About phone")

    • Check the "USB debugging" and press OK.

    0 讨论(0)
  • 2020-12-12 09:55

    How to do it on Windows 8 (I think, it will work for Windows 7 too)

    1. Open Android SDK Manager and delete Google Usb Driver
    2. Open Control Panel -> Devices Manager -> Find your Nexus -> right click -> delete device
    3. Unplug your device
    4. Open Android SDK Manager and install Google Usb Driver
    5. Connect your device
    6. Open Control Panel -> Devices Manager -> Find your Nexus -> right click -> update drivers -> Manual update -> open android-sdk folder (enable checkbox for subfolders) -> install driver from Google Inc
    7. adb kill-server; adb start-server; adb devices should show your nexus

    Do not forget, that Android 4.2 now want you to submit RSA key from your computer, look at your device screen.

    To enable developers options on Android 4.2: Open Settings -> About phone -> Tap on Build Number 7 times.

    0 讨论(0)
  • 2020-12-12 09:57

    You need to install USB drivers only if you use Windows (If you're using MAC/Linux, most likely it will work fine without any driver installations)

    in the following link they describe how to do it:

    http://developer.android.com/tools/extras/oem-usb.html

    In short:

    1. Connect your Android-powered device to your computer's USB port.
    2. Right-click on Computer from your desktop or Windows Explorer, and select Manage.
    3. Select Devices in the left pane.
    4. Locate and expand Other device in the right pane.
    5. Right-click the device name (such as Nexus S) and select Update Driver Software. This will launch 6. the Hardware Update Wizard.
    6. Select Browse my computer for driver software and click Next. Click Browse and locate the USB driver folder. (The Google USB Driver is located in \extras\google\usb_driver.)
    7. Click Next to install the driver.
    0 讨论(0)
  • 2020-12-12 09:57

    For me, it was Nexus 4 and Windows 7. I reinstalled the drivers, changed to PTP - basically went through everything.

    Clicking the tab that said MainActivity.java rather than activity_main.xml in Eclipse fixed it for me.

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