Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio: device not recongonized?

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.

like image 344
Divya Khandelwal Avatar asked Jun 25 '26 00:06

Divya Khandelwal


1 Answers

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.

like image 106
Aakash Jindal Avatar answered Jul 01 '26 07:07

Aakash Jindal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!