Android Studio Doesn't Recognize My Device

Android Studio doesn't see device

To change what your application defaults to when you click run or debug in Android Studio, follow these steps:

1. go to Run

2. Click on Edit Configurations

3. Select the project

4. find the Target Device section under the General tab on the Android Application page.

That seems to be where you toggle what the project builds to. If you're importing a project it actually defaults to Emulator, not sure why. You can also select "Open Select Deployment Target Dialog" to list both connected as well as emulated devices.

my mobile is not showing in android studio

Please follow this step :
step1: remove the USB from the device
step2: restart the android studio
step3: goto SDK manager
step4: goto SDK tools tab
step5: update Android SDK Platform-Tools
step6: now connect the mobile device with a USB

Android Studio doesn't see device

To change what your application defaults to when you click run or debug in Android Studio, follow these steps:

1. go to Run

2. Click on Edit Configurations

3. Select the project

4. find the Target Device section under the General tab on the Android Application page.

That seems to be where you toggle what the project builds to. If you're importing a project it actually defaults to Emulator, not sure why. You can also select "Open Select Deployment Target Dialog" to list both connected as well as emulated devices.

Android Studio doesn't recognize my device

I am sorry that i bothered you all. The problem was my device is cloned in different places in device manager. It was gone when I tried to update driver for my phone in "Other devices" list, and before i have been updating it in wrong sections. Thank you all.

device not detected on android studio

The most likely reason you're not see is one of these:

1) The cable is bad, in that case replace it. Try another cable.

2) The drivers aren't installed on your computer. Download them here: https://developer.android.com/studio/run/oem-usb.html

3) Another program (i.e. Samsung Kies) is causing problems, close it.

4) The device is port is faulty, in that case you'll need to replace it

5) The computer usb port is faulty.

6) If its intermittent, try to connect to your phone w/ adb wifi

7) If your phone is rooted you won't need to connect, use wifi adb by default. Use this app:
https://play.google.com/store/apps/details?id=com.ttxapps.wifiadb&hl=en

Hope it helps

Android studio doesn't list my phone under Choose Device

Have you installed drivers for the phone? http://developer.android.com/sdk/win-usb.html

It appears that the the sdk does not "install" the USB drivers. You can select that usb drivers in the sdk to see the file location, open that up, and right click to install the driver yourself.

  • File -> Settings -> Android SDK -> SDK Tools -> Google USB Driver -> Right click -> Install

    • Ensure that Google USB driver is checked.

If above doesn't work, @Abir Hasan appears to have another method in answers below.



Related Topics



Leave a reply



Submit