Issue
I am trying to run my android project on android studio 1.2. I have started the developer options on my phone and the USB debugging but my android device is still not detected on the running devices. I have tried the invalidate cache/restart but still doesn't work, kindly help.
Solution
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
Answered By - Jian Chen
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.