Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
602 views
in Technique[技术] by (71.8m points)

android - ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'

I am a newbie and want to learn android. However, I face difficulties during installation of android studio.

I have installed android studio correctly but when I want to run a Hello World in my android device, it shows

ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'

I have searched it from the Internet but it still cannot solve the problem, what can I do to solve it?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I've found the answer to this. This had been plaguing me for days, but so happy to have this fixed.

When I go to task manager the process adb.exe was constantly restarting itself. This is what was causing the issue (for me).

Go to Tools -> Android -> Enable ADB entegration. Untick this. Make sure its status appears as unticked. Now go to task manager and killed the process adb.exe, it will not restart itself this time. Now click run, hey presto, ADB runs. Whoop de doo.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...