Android Studio ADB not responding

This error message I usually used Android Studio without any errors. But now I get an error message; "ADB is not responding. If you want to try again, try manually killing" adb.exe "and click" Restart "

But ı could not find the adb.exe file in the platform too. And I did not find adb.exe in the task manager . How can i fix this?

-2
android android-studio adb
Nov 27 '15 at 8:28
source share
1 answer

Add the adb path to the environment variables in the system settings. To find the path to adb, try

enter image description here

0
Nov 27 '15 at 8:34
source share



All Articles