安装Android SDK:停止ADB服务器失败(代码-1)

安装Android SDK:停止ADB服务器失败(代码-1)

问题描述:

在下载/安装Android SDK( android-sdk_r24.4.1-macosx )时,发生以下错误:

While downloading/installing the Android SDK (android-sdk_r24.4.1-macosx), the following error occurred:

Preparing to install archives
Downloading Android SDK Platform-tools, revision 23.1
Installing Android SDK Platform-tools, revision 23.1
Stopping ADB server failed (code -1).
Installed Android SDK Platform-tools, revision 23.1

它似乎并没有停止该过程,所以我想知道这可能带来什么潜在的错误,以及我应该如何进行恢复.

It didn't seem to stop the process, so I'm wondering what potentials errors this may bring about and how I should go about recovery.

ADB代表Android调试桥,用于将物理设备连接到计算机以调试应用程序.安装新软件包后,ADB将重新启动.您收到的警告说它无法停止ADB服务器.根据 http://www.sitepoint.com/beginning-android-install-an-android-platform/,因为"ADB服务器目前未运行".

ADB stands for Android Debug Bridge and is used to connect a physical device to the computer to debug apps. ADB gets restarted after installing new packages. The warning you get says it couldn't stop the ADB server. According to http://www.sitepoint.com/beginning-android-install-an-android-platform/, it happens because "the ADB server isn’t running at this point".