Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio doesn't show my sony xperia tipo

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?

like image 374
ScorpionPk Avatar asked Dec 09 '22 03:12

ScorpionPk


2 Answers

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
like image 114
hrskrs Avatar answered Dec 11 '22 11:12

hrskrs


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

like image 26
jdv Avatar answered Dec 11 '22 09:12

jdv