Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adb.exe start server failed-run manually if neccessary

Tags:

android

adb

When I started running my app in Android, I got a message saying that "adb.exe start server failed-run manually if neccessary".

error1

I tried many commands shown on Stack Overflow in the command prompt, but the problem is not rectified. This is the error I get,

error2

I even reinstalled Android Studio, but in vain. And my adb.exe is not found in the Task Manager.
How can I solve this problem?

like image 956
Aparna Avatar asked Sep 26 '16 06:09

Aparna


2 Answers

first close android studio then press alt + ctrl + delete to open task manager then search for adb.exe, click that then press end task. this is the solution that i got from googling,but it didn't work for me.

Then i tried this one, search for java in task manager. end task java(services) also. then open android studio.it will work

like image 157
Shafeeq Mohammed Avatar answered Oct 12 '22 07:10

Shafeeq Mohammed


If you are using a genymotion emulator to run the app then to solve this problem first run android studio and then start genymotion.

like image 29
Pankaj Agarwal Avatar answered Oct 12 '22 08:10

Pankaj Agarwal