Issue
I was working in Android Studio and after I closed my laptop to eat and opened it again Android Studio claims it cannot find ADB anymore.
Unable to find ADB
- I have restarted my PC, Android Studio and my phone multiple times.
- I have reinstalled ADB multiple times.
- I have reinstalled the Android SDK.
- I have addded adb.exe to my path variables
All had no effect and I'm still stuck on this error.
Does somebody have any other ideas?
Solution
Run following commands
adb kill-server
then
adb start-server
It resolves your issue with ADB
Answered By - Jaimil Patel
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.