ADB not responding. You can wait more, or kill “adb.exe” … windows 8

后端 未结 18 1381
灰色年华
灰色年华 2021-02-05 05:02

When I try to test my Android application with an android emulator as always I now suddenly get an error message. I\'m working with Windows 8. So far I tried the following thing

18条回答
  •  情歌与酒
    2021-02-05 05:36

    Meanwhile the emulator is working again. I cannot definetly say what solved the problem. What It could be a combination of two things:

    • Deleting the hidden ".android" folder under C:\Users... (Probably there was some malfunctioning automatically created code)
    • Deleting and recreating the Path variable to the folder with adb.exe ( ...\sdk\platform-tools\;)

    Finally it could be a Windows 8 issue which I don't understand.

提交回复
热议问题