No USB devices android studio 3.1.3
No USB devices android studio 3.1.3
I used to run my application in VIVO Y51L device. It's showing as No USB devices detected.
Developer options and USB debugging is ON, but it is still not detecting. What should I do??
1 Answer
1
This is probably due to improper driver installation or adb. Although this should not have happened if you had it working earlier re-installing the drivers should fix this. I'd recommend you to download and run the 15 second adb installer. It would install adb system-wide and also give you an option to re-install the required google drivers.
Installing them should fix this. You can verify that your device is connected by opening the command prompt and typing adb devices
. It should kill the daemon and restart it. Once you switch back to Android Studio and run it. Your device should show up there.
adb devices
Good Luck.
Thanks Its working Well Done @Rishav
– Rahul Jaiswal
Sep 5 '18 at 17:39
@RahulJaiswal Im glad I could help
– Rishav
Sep 5 '18 at 17:41
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Welcome to SO, please try to avoid using bold letters and words unless they are very important.
– Rishav
Sep 5 '18 at 17:20