Skip to main content
Question Protected by CommunityBot
added [adb] tag
Link
Alex P.
  • 32k
  • 17
  • 124
  • 178
Copy edited.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

I am attempting to install a androidan Android app on my brand new Nexus 10Nexus 10. I have a .apk file. I have downloaded the Android SDK, installed "Android SDK Tools", "Android SDK Platform-tools", and Google USB Driver. I have checked the setting on my Nexus 10 for "Unknown Sources". When

When I run "adb devices" from the command terminal, it doesntdoesn't list any devices. I attempted to follow this recommendation, because it was identical to a suggestion I had previously found here on stack overflowStack Overflow. After following those steps, "adb devices" still returns an empty list and to make it worse, when I connect my nexusNexus 10 to my PC, windows doesntWindows doesn't show any folders within the device. 

I have undone the steps in that link, along with everything else I have done so far, as well as uninstalling my nexusNexus 10 from device managerDevice Manager and reinstalling it, but I am still not seeing any folders in the device.

Is there anything I am missing to get my device to show up in adbADB devices?

What can I do to get windowsWindows to see the folders within the device?

Thanks

I am attempting to install a android app on my brand new Nexus 10. I have a .apk file. I have downloaded the Android SDK, installed "Android SDK Tools", "Android SDK Platform-tools", and Google USB Driver. I have checked the setting on my Nexus 10 for "Unknown Sources". When I run "adb devices" from the command terminal, it doesnt list any devices. I attempted to follow this recommendation because it was identical to a suggestion I had previously found here on stack overflow. After following those steps, "adb devices" still returns an empty list and to make it worse when I connect my nexus 10 to my PC, windows doesnt show any folders within the device. I have undone the steps in that link, along with everything else I have done so far, as well as uninstalling my nexus 10 from device manager and reinstalling it, but I am still not seeing any folders in the device.

Is there anything I am missing to get my device to show up in adb devices?

What can I do to get windows to see the folders within the device?

Thanks

I am attempting to install an Android app on my brand new Nexus 10. I have a .apk file. I have downloaded the Android SDK, installed "Android SDK Tools", "Android SDK Platform-tools", and Google USB Driver. I have checked the setting on my Nexus 10 for "Unknown Sources".

When I run "adb devices" from the command terminal, it doesn't list any devices. I attempted to follow this recommendation, because it was identical to a suggestion I had previously found here on Stack Overflow. After following those steps, "adb devices" still returns an empty list and to make it worse, when I connect my Nexus 10 to my PC, Windows doesn't show any folders within the device. 

I have undone the steps in that link, along with everything else I have done so far, as well as uninstalling my Nexus 10 from Device Manager and reinstalling it, but I am still not seeing any folders in the device.

Is there anything I am missing to get my device to show up in ADB devices?

What can I do to get Windows to see the folders within the device?

Source Link
halexh
  • 3.1k
  • 3
  • 21
  • 22

ADB No Devices Found

I am attempting to install a android app on my brand new Nexus 10. I have a .apk file. I have downloaded the Android SDK, installed "Android SDK Tools", "Android SDK Platform-tools", and Google USB Driver. I have checked the setting on my Nexus 10 for "Unknown Sources". When I run "adb devices" from the command terminal, it doesnt list any devices. I attempted to follow this recommendation because it was identical to a suggestion I had previously found here on stack overflow. After following those steps, "adb devices" still returns an empty list and to make it worse when I connect my nexus 10 to my PC, windows doesnt show any folders within the device. I have undone the steps in that link, along with everything else I have done so far, as well as uninstalling my nexus 10 from device manager and reinstalling it, but I am still not seeing any folders in the device.

Is there anything I am missing to get my device to show up in adb devices?

What can I do to get windows to see the folders within the device?

Thanks