3

Working on android studio, I have followed all the required steps to test apps on real devices:

  1. Made debugging ON on the device (7 taps)
  2. Declared debugable true in manifest file.
  3. Installed Google USB driver from sdk manager.

But still my device chooser displays nothing to show on opting for real device. Please help.

*System Specification are compatible with Android Studio.

*Device is Nexus 4 with android sdk 21- (lollipop).

*minsdk configured to android 15.

P.S.: Both the AVD and Bluestack emulator are not working on my system (Do not suggest genimotion). Therefore I only have the option for a real device.

2 Answers2

1

Connect your device with Android Debugging enabled to your PC

Open Device Manager of Windows from System Properties.

Your device should appear under 'Other devices' listed as something like 'Android ADB Interface' or 'Android Phone' or similar.

Right click that and click on 'Update Driver Software...'

Select 'Browse my computer for driver software'

Select 'Let me pick from a list of device drivers on my computer'

Double-click 'Show all devices'

Press the 'Have disk' button

Browse and navigate to [wherever your SDK has been installed]\google-usb_driver and select android_winusb.inf

Select 'Android ADB Interface' from the list of device types.

Press the 'Yes' button

Press the 'Install' button

Press the 'Close' button

Now you've got the ADB driver set up correctly. Reconnect your device if it doesn't recognize it already.

  • This was a solution for me, and these step by step instructions must be followed exactly as stated - otherwise windows will ignore the drivers as they are unsigned or something. – diynevala Mar 28 '16 at 05:54
0

Try running Android Studio as administrator and, beside enable Developer Mode, be sure you enabled USB debug mode and checked the popup when you connected the usb (in the device).

Otherwise, check the USB cable, I have I lot of cables that don't work for debugging but they work for charging, no idea why.

heloisasim
  • 4,956
  • 2
  • 27
  • 36