Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

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

SergeyKostrov
Valued Contributor II
2,818 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
2,818 Views

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

0 Kudos
Mohamed_Ali_A_
Beginner
2,818 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
2,818 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
2,818 Views

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

0 Kudos
Ashwin_S_Ashok
Beginner
2,818 Views

adb server restart..

0 Kudos
JLuna5
New Contributor I
2,818 Views

you have proven eclipse IDE?

0 Kudos
Reply