I am new on Android Development. I have installed Android Studio and it is not picking any android device (Nexus 5, Sony Xperia Z, Samsung Note II). I am on window 7-64bit.
Asked
Active
Viewed 73 times
0
-
is USBDebugging enabled? – Iamat8 Jan 14 '16 at 11:44
-
@Mohit I have enabled. – Muhammad Zeeshan Hussain Jan 14 '16 at 11:58
-
1Possible duplicate of [Android Studio doesn't see device](http://stackoverflow.com/questions/16596877/android-studio-doesnt-see-device) – Bharatesh Jan 14 '16 at 11:59
-
try kill and re start adb server – Iamat8 Jan 14 '16 at 12:11
3 Answers
0
- Activate developer mode
- Activate debug mode
- Download drivers for the device
Profit.

Victor Viola
- 575
- 1
- 4
- 14
-
Android studio don't need any device drivers, and even I have nexus 5, It is google device. – Muhammad Zeeshan Hussain Jan 14 '16 at 11:47
-
A driver has nothing to do with android studio or even if you're using a google device...... If you're running android studio on windows you will need the google usb driver to enable debugging. You sayed you are new , and then you know what's needed ? Stupid. – Andre Classen Jan 14 '16 at 12:03
0
At first be sure that you install Google USB Driver in the SDK.
Then go to control panel -> devices -> your device, then click check for updates -> browse from desktop -> target to this folder \extras\google\usb_driver

abozaid
- 967
- 8
- 11
-1
You have do enable developer mode on your device and also debug usb.

Stefano
- 3,127
- 2
- 27
- 33
-
I have done this these two steps, but still same problem. – Muhammad Zeeshan Hussain Jan 14 '16 at 11:54