无法安装" Android SDK平台工具"来自SDK Manager

时间:2017-10-29 08:32:06

标签: android sdk appium

安装期间显示以下错误:

Done loading packages.
Preparing to install archives
Downloading Android SDK Platform-tools, revision 26.0.2
Download interrupted: Connection to https://dl.google.com refused
Done. Nothing was installed.
Preparing to install archives
Downloading Android SDK Platform-tools, revision 26.0.2
Download finished with wrong checksum. Expected 98832431e339c82be1fe910a733a3782071200fd, got aa3ef6f18eff4b8f12dbdf980647a6ce6c2ebe8c.
Done. Nothing was installed.

7 个答案:

答案 0 :(得分:23)

我必须自己安装。

  1. 下载链接:
    https://developer.android.com/studio/releases/platform-tools.html
  2. 选择zip文件C:\Users\Public\Documents\Embarcadero\Studio\19.0\CatalogRepository\AndroidSDK-2433_19.0.27659.1188并解压缩。
  3. 将其移至您的Android目录,在我的情况下,它是:C:\Users\Public\Documents\Embarcadero\Studio\19.0\CatalogRepository\AndroidSDK-2433_19.0.27659.1188\platform-tools
  4. 现在您有了新目录:SDK Manager.exe
  5. 再次运行{{1}}。
  6. 在我的情况下,错误消失了。我必须首先安装4个包,然后我必须安装3个包。现在它运行得很完美。

答案 1 :(得分:7)

您只需提取SDK Manager已下载的存档:

  1. 转到你的android-sdk目录
  2. 输入'temp'文件夹
  3. 将'platform-tools_r26.0.2-windows.zip'解压缩到android-sdk根目录
  4. 但这会使校验和变得毫无意义,除非你现在需要新版本,否则最好等到它被修复。

答案 2 :(得分:4)

我通过首先使用Android SDK Manager删除Android SDK平台工具解决了这个问题。然后我使用上面的Umair Malhi提供的直接下载链接(https://dl.google.com/android/repository/platform-tools_r26.0.2-windows.zip),然后将platform-tools文件夹解压缩到SDK文件夹(在我的例子中是C:\ ProgramData \ Microsoft \ AndroidSDK \ 25)。如果您重新运行Android SDK Manager,问题就解决了。

答案 3 :(得分:1)

我遇到了相同的校验和问题,直到我刚刚更新到Android Studio 3.0。现在,Android SDK Platform-tools 26.0.2按预期下载并安装。不确定Android Studio 2.x是否仍存在该问题,或者它是单独修复的,但现在值得再次尝试。

答案 4 :(得分:0)

I had the same issue, after running Visual Studio as an Administrator then ope, the updates went through successfully.

答案 5 :(得分:0)

对于我来说,我所需要做的就是以管理员身份运行Android Studio,并且安装的软件包都没有问题。

答案 6 :(得分:-1)

我遇到同样的问题,在我的情况下,我没有将规则写入platform-tools文件夹。所以我用命令给了我写规则:

sudo chmod -R ugo+rw