Issue
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
Am i missing something?
Solution
This can be caused by many reasons, some of them:
- Check if
Google USB drivers
is installed - Check if
developers options
is enabled - Check if
USB debugging
is enabled - Check
USB Connection
inDevice Settings
(play with Media Device[MTP] and Camera[PTP]) - Plug
off/on
usb cable Restart adb: kill [from console:
kill-all adb
from windows: kill it fromTaskManager
] and start it againDownload
Samsung Kies Software
from here (it will download somedrivers
too, while installing this softwareplug off
your device and after it finishesplug in
and try it)- Some more here
Answered By - hrskrs
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.