ADB not recognising Nexus 4 under Windows 7

AndroidAdbNexus 4

Android Problem Overview


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 recognising my Nexus 4 when I try to run the application. The Android device chooser pops up, but it doesn't show anything on the hardware section. I've turned debugging, third-party apps, and mock locations all on on my phone as well.

Is this because the phone is still new? Is there a way of making my Nexus work with Eclipse?

Nothing is showing up under ADB devices in the command prompt.

Android Solutions


Solution 1 - Android

I had a similar sounding situation with my Nexus 4. For me it was an issue with the drivers Windows was installing automatically. I followed the instructions in [Q]Computer won't recognize phone? - Post #8. I had some slight differences on Windows 7.

For me I,

  1. Uninstalled the driver from Device Manager
  2. Let it automatically install the generic 'MTP device driver'
  3. Right clicked on the new device and selected 'Update Driver'
  4. Selected 'Have Disk' and pointed it to [android-sdk-dir]\extras\google
  5. Watched an 'ADB' driver install.
  6. Opened Eclipse to successfully run on my Nexus 4.

Good luck!

Solution 2 - Android

Just to confirm a previous comment. I needed to switch my connection to Camera (PTP) mode in addition to enabling Developer options and then selecting USB Debugging from the newly appeared Developer Options.

Solution 3 - Android

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.

Solution 4 - Android

To fix/install Android USB driver on Windows 7/8 32bit/64bit:

  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 (Nexus 7 / Nexus 5 / Nexus 4) and select Update Driver Software. This will launch the Hardware Update Wizard.
  6. Select Browse my computer for driver software and click Next.
  7. Click Browse and locate the USB driver folder. (The Google USB Driver is located in <sdk>\extras\google\usb_driver\.)
  8. Click Next to install the driver.

If it still doesn't work try changing from MTP to PTP.

MTP -> PTP

Solution 5 - Android

I had the same problem, but I didn't want to change to PTP mode. This is how I fixed it with MTP still enabled.

  1. Uninstalled Google USB Driver from Eclipse in the Android SDK Manager.
  2. Uninstalled the driver from Device Manager - click box for "delete driver from my computer"
  3. Unplugged and re-plugged my phone into the computer.
  4. Windows "improperly" installed drivers for the Nexus 4.
  5. The Nexus 4 was now showing up in My Computer like a drive.
  6. Reinstall Google USB Driver in SDK Manager.
  7. Update Nexus 4 driver in Device Manager.
  8. Everything works.

Solution 6 - Android

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.

Solution 7 - Android

For what it's worth, in my case I was able to fix the problem simply by changing my USB connection mode from Media device (MTP) to Camera (PTP).

Solution 8 - Android

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.

Solution 9 - Android

Changing USB mode from MTP to PTP worked for me.

Solution 10 - Android

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.

Solution 11 - Android

Just to add to the above posts for anybody struggling to get their Nexus 4 recognized by Eclipse - ADT. In the past the device was recognized by Eclipse ADT without any issues!

I ran into the same problems as the original question. Every approach I tried wouldn't work...

  • Toggling "USB debug" selection
  • Toggling "Allow 3rd party" apps selection
  • Allowing Mock locations
  • Reinstalling driver
  • Restarting adb.exe

Simple solution in the end

  • Go to Settings -> Storage -> USB Computer Condition (Menu option from Storage Screen)

  • Change from Media Device (MTP) to Camera (PTP)

Solution 12 - Android

Follow Google's instructions for this, OEM USB Drivers.

Solution 13 - Android

In case none of the answers work perhaps the following clarifications will help. I followed the top answer and tried to load the program with ADB from the command line to reduce the possible complications and this did not work.

Once enabling PTP mode the ADB devices command would find my Nexus 4, but I could not push to it. I had to use Eclipse and in order for the dialog to display to accept the RSA key described below.

> Note: When you connect a device running Android 4.2.2 or higher to your computer, the system shows a dialog asking whether to accept an RSA key.

Solution 14 - Android

On Windows 7, with Samsung Nexus S, it showed nothing in Device Manager, the adb devices command showed no devices, but when plugged in device said USB debugging was on and connected.

I used Andrea's Feb 2 answer to install the Google USB driver, which created the /gooogle/usb_driver directory and used RobertNovelo's Mar 7 answer to go to the link and follow the instructions. The device showed up in Device Manager under 'other'. I right clicked on it and selected update driver, and now it shows up in Device Manager under 'Android device', and now command line adb devices lists it.

Solution 15 - Android

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.

Solution 16 - Android

My symptoms were the composite device (this contains all of the actual USB devices such as the ADB interface, camera, etc) was not being installed. This has a hardware id of:

USB\VID_18D1&PID_4EE6&REV_0228
USB\VID_18D1&PID_4EE6

The composite device's children will have &MI_## after them. If you see those, then this is not the same issue.

I resolved this by coping usb.inf to %windir%\inf from a virtual machine of Windows 7. The hardware detected and installed fine after.

Solution 17 - Android

I have 2 Nexus 4 devices. One was connecting to ADB without any problems, the second one never showed up when I used the adb devices command. An additional symptom was, that the second phone did not show up as a portable device in Windows Explorer when the phone was set to Media mode.

At some point I found that a temporary solution for the second Nexus was to switch it to PTP mode. Then it was found by the adb devices command. The weired thing was that the first phone worked in both modes all the time!

Finally I found this solution that now allows me to connect both phones in both modes:

  • set USB mode of the phone to MTP (Media)
    Using PC device manager uninstall the device ->Android Device ->Android ADB Interface
    Make sure to check the box "Delete the driver software"!

  • then set the USB mode of the phone to PTP (Camera)
    Using PC device manager uninstall the device ->Portable Devies ->Nexus 4

  • Then unplug the USB and plug it back in (ensuring that its set to MTP (Media) and I found that the device was correctly registered in Device manager as a ->Portable Devies ->Nexus 4

Solution found at: http://forum.xda-developers.com/showthread.php?p=34910298#post34910298

If you have a similar problem to connect your Nexus to ADB then I recommend to first switch it to PTP mode. If your problem vanishes with that step, I recommend to go through the additional steps listed above as MTP will probably be the mode you will want to set your phone to most of the time.

Solution 18 - Android

I had a similar problem, and none of the previous solutions worked for me, and I've just solved it by myself (after a few hours of frustration), so I'm going to share my solution.

My computer suddenly stopped recognizing any Android device I've plugged in after it installed Android Composite ADB Interface for my Nexus 4. I was not able to uninstall the driver, because any attempt to do so by Device Manager was unsuccessful (Device Manager stopped responding every time).

So I've solved it this way:

  1. Switch Windows into safe mode
  2. Uninstall Android Composite ADB Interface
  3. Install old SAMSUNG Android ADB Interface
  4. Switch Windows into normal mode
  5. Plug-in Android device (Nexus 4 in my case)
  6. Windows recognized the device as Nexus 4
  7. Install driver from android-sdk/extras/google folder
  8. Everything works again! :)

Solution 19 - Android

I have a way to fix your problem:

  1. Download Nexus Root Toolkit v2.0.4: http://www.wugfresh.com/nrt/
  2. Install and select your diver and choose the Google API. For example, I chose Nexus 4 and selected Google API 4.4.4
  3. Click "full driver installation guide..." and click step 3 tab. Choose the Google drivers.

Solution 20 - Android

My Windows 7 installation was not finding a driver at all. The xda-forums post has the right folder to tell Windows where the drivers are -- {SDK directory}/extras/google/usb-driver.

If you don't have the extras/Google folder + Tim Bellis, go to the SDK Manager in your IDE and look for the Google USB driver in the Extras category, and install it. I cannot tell you how to do this in Eclipse, but if you have IntelliJ IDEA, it's near the bottom of the list, checkmark it and click "Install packages".

Solution 21 - Android

(Windows 7) My solution to this was to find the device in Device Manager, uninstall the existing driver and install a new one from the android folder in your user account using the include subdirectories option.

All the best.

Solution 22 - Android

Some of you may have experienced this issue. If you don't find the USB driver (like me, I downloaded a bundle of Eclipse and the Android SDK), go to <sdk>/SDK Manager. Open it and select USB Driver from the options to install and you are ready. I had to do the PTP mode too.

Solution 23 - Android

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.

Solution 24 - Android

My solution is very silly. I had tried all the solutions above and wasted so many hours. Then I found out the solution when I browsed developer options. I didn't check mark the "USB debugging" option. The silly me assumed turns on developer options mean turns on USB debugging, but I was wrong.

Solution 25 - Android

If you have problems to install the ADB driver under Windows 8.1, try this solution: ADB Driver and Windows 8.1

Solution 26 - Android

It was a driver missing problem with me. I had enabled the USB debugging, tried changing the USB cable, tried reinstalling the Google USB drivers, but nothing came to my rescue.

Then ultimately I downloaded the device drivers as suggested here.

To make sure whether you have a device driver problem, go to:

  1. Computer->right click
  2. Manage
  3. Device Manager

And see if you have your Nexus shown as an "Android device" or as a device in "Others".

If it shows in "Others", your problem should be resolved by downloading & extracting this and then following these steps:

  1. Right click on your device after finding it in Device Manager as per the above mentioned three steps.
  2. Say Update driver software.
  3. Say Browse My computer for driver software
  4. Pinpoint it to the location where you had downloaded the drivers from the above link.

Finally, your device will show up as follows:

Computer Management Screenshot

As soon as you do this, a popup will show up on your device asking for permission to debug. Once you accept, you are ready!

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionRhiokaiView Question on Stackoverflow
Solution 1 - AndroidBenView Answer on Stackoverflow
Solution 2 - AndroidJulianHartyView Answer on Stackoverflow
Solution 3 - AndroidWillView Answer on Stackoverflow
Solution 4 - AndroidDanpeView Answer on Stackoverflow
Solution 5 - AndroidTylerView Answer on Stackoverflow
Solution 6 - AndroidtalelView Answer on Stackoverflow
Solution 7 - Androidsteve84View Answer on Stackoverflow
Solution 8 - Androiduser1538028View Answer on Stackoverflow
Solution 9 - AndroidUpadhyeView Answer on Stackoverflow
Solution 10 - AndroidArtem ZinnatullinView Answer on Stackoverflow
Solution 11 - AndroidP_FitzView Answer on Stackoverflow
Solution 12 - AndroidRobertoNoveloView Answer on Stackoverflow
Solution 13 - AndroidbitrockView Answer on Stackoverflow
Solution 14 - AndroidBenTallmadgeView Answer on Stackoverflow
Solution 15 - AndroidurisView Answer on Stackoverflow
Solution 16 - AndroidJoseph LennoxView Answer on Stackoverflow
Solution 17 - AndroidJpsyView Answer on Stackoverflow
Solution 18 - AndroidLuboš StaráčekView Answer on Stackoverflow
Solution 19 - AndroidxcodedeveloperView Answer on Stackoverflow
Solution 20 - AndroidAndreaView Answer on Stackoverflow
Solution 21 - AndroidAndrewView Answer on Stackoverflow
Solution 22 - AndroidkornjjuanView Answer on Stackoverflow
Solution 23 - AndroidRichard MView Answer on Stackoverflow
Solution 24 - AndroidBrandon ChenView Answer on Stackoverflow
Solution 25 - AndroidIvanRFView Answer on Stackoverflow
Solution 26 - AndroidAniruddhaView Answer on Stackoverflow