Software Archive
Read-only legacy content
17061 Discussions

Android SDK Manager Log - Stopping ADB server failed (code -1)

SergeyKostrov
Valued Contributor II
1,973 Views

I had a problem with ADB server and my concern is that error message was fuzzy. It didn't
explain what really happened:

...
Stopping ADB server failed (code -1).
...

Technical details enclosed:

Android SDK Platform-tools ( Rev 12 )

>> Android SDK Manager Log - with ADB error message <<
...
Preparing to install archives
Downloading Android SDK Platform-tools, revision 12
Installing Android SDK Platform-tools, revision 12
Stopping ADB server failed (code -1).
Installed Android SDK Platform-tools, revision 12
Downloading Intel Hardware Accelerated Execution Manager, revision 1
...

>> Android SDK Manager Log - no problems with ADB <<
...
Installed Intel Hardware Accelerated Execution Manager, revision 1
Stopping ADB server succeeded.
Starting ADB server succeeded.
...

0 Kudos
6 Replies
imed
Beginner
1,973 Views

Try restarting adb by stopping it (adb kill-server)

0 Kudos
Mohamed_Ali_A_
Beginner
1,973 Views

to shut down the adb server, you just have to use this 
commands 

adb kill-server 
adb start-server

0 Kudos
Mohamed_Khalil_ZENDA
1,973 Views

Hi close your ide, kill adb by the task manager, and open your IDE, and ENJOY :)

Google it for more info !

0 Kudos
Hyrulia
Beginner
1,973 Views

ADB us used by another process, so you should kill it.

0 Kudos
Ashwin_S_Ashok
Beginner
1,973 Views

adb server restart..

0 Kudos
JLuna5
New Contributor I
1,973 Views

you have proven eclipse IDE?

0 Kudos
Reply