Android Studio doesn't show my sony xperia tipo

11,205

Solution 1

This can be caused by many reasons, some of them:

  1. Check if Google USB drivers is installed
  2. Check if developers options is enabled
  3. Check if USB debugging is enabled
  4. Check USB Connection in Device Settings (play with Media Device[MTP] and Camera[PTP])
  5. Plug off/on usb cable
  6. Restart adb: kill [from console: kill-all adb from windows: kill it from TaskManager] and start it again

  7. Download Samsung Kies Software from here (it will download some drivers too, while installing this software plug off your device and after it finishes plug in and try it)

  8. Some more here

Solution 2

7 clicks over "compiller number" in "about the phone" in your smartphone, it enable developer options, after that enable usb debugging option and allow that Android Studio detect the phone

Solution 3

Download and Install Moborobo for all android Smart phone USB drivers.Then open moborobo and plug the android device.If your device driver not there it will get install automatically by Moborobo.Then restart your IDE to detect the device.

@hrskrs also value answer only ,but some times lower level devices would give this kind of issues.

Solution 4

I had the same problem with my Xperia L1, It works with the ADB Driver Installer:

  • Unzip and execute ADBDriverInstaller.
  • Connect your phone with USB depuration enabled, click "Refresh" in ADB Driver Installer.
  • If your phone is not in list, the default driver (or another) is installed, click on "Device Manager" search your phone, right click, uninstall current driver. disconnect and connect your phone and click "Refresh" in in ADB Driver Installer.
  • Select your phone in list and click "Install".
Share:
11,205
ScorpionPk
Author by

ScorpionPk

Updated on June 09, 2022

Comments

  • ScorpionPk
    ScorpionPk almost 2 years

    Android studio doesn't show my device to debug apps. Everything is installed and working properly except android studio. Adb driver is installed and i tried apkinstaller software, it show my device.

    My device api level is 15 and api installed in android studio is 21. Any one have idea may be due to change of api level android studio is not showing my device or something else. i already tried these posts which was posted on stackover

    Click here

    Am i missing something?