安装期间显示以下错误:
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.
答案 0 :(得分:23)
我必须自己安装。
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
。在我的情况下,错误消失了。我必须首先安装4个包,然后我必须安装3个包。现在它运行得很完美。
答案 1 :(得分:7)
您只需提取SDK Manager已下载的存档:
但这会使校验和变得毫无意义,除非你现在需要新版本,否则最好等到它被修复。
答案 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