adb doesn't show nexus 5 device

后端 未结 21 1321
猫巷女王i
猫巷女王i 2020-12-07 16:05
Android Studio 0.3.6
Fedora 18 3.11.7-100.fc18.x86_64
Nexus 5 Kitkat

Hello,

I have been using my Samsung Galaxy Tab 3 7.0 runn

相关标签:
21条回答
  • 2020-12-07 16:59

    Go here and download and unzip to an easy location:

    http://developer.android.com/sdk/win-usb.html#top Download and install

    0 讨论(0)
  • 2020-12-07 16:59

    Answer by Rick and MadX is the right way to do the steps (Thumbs Up for the answer)

    In my case I am using Akcess USB Type C Data Sync Cable For Nexus 5x, 5P - White As Nexus 5x do not supply type C to usb cable I purchased it from some vendor.

    Having the same issue. What I am doing stupidly is:- I am connecting the cable in wrong way. After I reconnect it from upside down its working for me.

    I might think that some of the Cables do not support debuggable. But its in my case.

    This(Image) is my case the Type C should be as USB side symbol. A stupid solution, but work for me

    0 讨论(0)
  • 2020-12-07 16:59

    For those trying to connect their android phone in adb with no luck and have tried every USB configuration (MTP, PTP, RNDIS). It is worthing noting that in my case with my Nexus 5X on Windows 7 I successfully connected the phone to adb only by choosing the Charging USB Configuration. With any other configuration (MTP, PTP, ...) it doesn't work.

    USB Driver: Google USB Driver v11

    ADB Version: Android Debug Bridge version 1.0.39

    0 讨论(0)
  • 2020-12-07 17:00

    I have suffered the same issue and was able to solve it by simply changing on my Android device (Nexus 5X) in Developer options > Select USB Configuration to RNDIS (USB Ethernet)

    0 讨论(0)
  • 2020-12-07 17:04

    This simple steps worked for me, I debug on my Nexus 5 and 5X devices on Windows 8.1.

    The steps to follow are these:

    1) Enable from Developers Options the Debug USB Mode

    2) Unplug the device from the computer

    3.1) Go to SettingsStorage, in the ActionBar, click the option menu and choose USB computer connection.

    3.2) If you didn't find the 3.1) option then go to SettingsDevelopers OptionsSelect USB Configuration.

    4) Select Camera (PTP) connection.

    5) Plug the device and you should have a popup on the device allowing you to accept the computer's incoming connection, or something like that.

    6) If it doesn't work try to toggle the Debug USB Mode in the Developers Options Finally, you should see it now in the DDMS and voilà.

    0 讨论(0)
  • 2020-12-07 17:06

    Here is simple solution for Windows 7 and Nexus 5 on Android 5.

    1. Download the Nexus 5 Drivers from http://androidhost.org/jelry
    2. Extract the zip contents and place all files in a single folder on your desktop.
    3. Connect your device to your computer.
    4. Launch the Device Manager on your PC.
    5. Now you should see the Nexus 5 listed in the hardware list.
    6. Right-click the ‘Nexus 5′ line and then click on Update Driver Software.
    7. Next, click the ‘browse my computer’ option.
    8. In the new window click on ‘Browse…’ button.
    9. Go to folder unzipped at step 2. Select the folder where you extract the USB Drivers. Click Next. – make sure to tick the subfolder box too.
    10. Now, the Windows installer will search for Nexus 5 drivers, click Install when asked for permission.
    11. Wait for the process to complete and then check the Device Manager list to confirm that the installation was successful.

    Original: http://www.android.gs/download-and-install-google-nexus-5-usb-drivers-adb-fastboot/

    Note: do not forget to enable USB debugging on your device :)

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