本文介绍了无法安装"Android SDK平台工具";从SDK Manager的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在安装过程中显示以下错误:
Below error displays during installation:
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.
推荐答案
我必须自己安装它.
- 下载链接:
https://developer.android.com/studio/releases/platform-tools.html - 选择压缩文件
SDK Platform-Tools for Windows
并将其解压缩. - 将其移动到您的android目录中,以我为例:
C:\Users\Public\Documents\Embarcadero\Studio\19.0\CatalogRepository\AndroidSDK-2433_19.0.27659.1188
. - 现在您有了新目录:
C:\Users\Public\Documents\Embarcadero\Studio\19.0\CatalogRepository\AndroidSDK-2433_19.0.27659.1188\platform-tools
. - 再次运行
SDK Manager.exe
.
- Download link:
https://developer.android.com/studio/releases/platform-tools.html - Select the zip file
SDK Platform-Tools for Windows
and extract it. - Move it into your android directory, in my case it was:
C:\Users\Public\Documents\Embarcadero\Studio\19.0\CatalogRepository\AndroidSDK-2433_19.0.27659.1188
. - Now you have the new directory:
C:\Users\Public\Documents\Embarcadero\Studio\19.0\CatalogRepository\AndroidSDK-2433_19.0.27659.1188\platform-tools
. - Run
SDK Manager.exe
again.
就我而言,错误消失了.我必须先安装4个软件包,然后再安装3个软件包.现在它运行完美.
In my case, the error was gone. I had to install 4 packages first and then I had to install 3 packages after that. Now it run perfect.
这篇关于无法安装"Android SDK平台工具";从SDK Manager的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!