首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Android Studio 0.8.6:安装Android SDK Platform 20时出错

Android Studio 0.8.6:安装Android SDK Platform 20时出错
EN

Stack Overflow用户
提问于 2014-09-02 21:11:00
回答 1查看 3.3K关注 0票数 1

应用来自Android Studio 0.8.6: Failure [INSTALL_FAILED_OLDER_SDK]Android Studio : Failure [INSTALL_FAILED_OLDER_SDK]的修复,我得到了错误:

代码语言:javascript
复制
Loading SDK information...
Refresh Sources:
  Fetched Add-ons List successfully
  Refresh Sources

Installing Archives:
  Preparing to install archives
  Downloading SDK Platform Android 4.4W, API 20, revision 1
  Installing SDK Platform Android 4.4W, API 20, revision 1
  Failed to rename directory C:\android-studio\sdk\platforms\android-20 to C:\android-studio\sdk\temp\PlatformPackage.old01.

SDK Manager: failed to install
-= Warning ! =-
A folder failed to be moved. On Windows this typically means that a program is using that folder (for example Windows Explorer or your anti-virus software.)
Please momentarily deactivate your anti-virus software or close any running programs that may be accessing the directory 'C:\android-studio\sdk\platforms\android-20'.
When ready, press YES to try again.
Note: you  can use --force to override to yes.
[y/n] =>
  Done. Nothing was installed.

我做错了什么,我该如何解决这个问题?

EN

回答 1

Stack Overflow用户

发布于 2014-09-02 21:20:04

您已将项目保存在SDK文件夹中。当SDk尝试更新时,整个文件夹将被新数据替换。由于项目是在IDE中打开的,而SDK正在尝试替换文件夹,因此会显示此错误。将项目文件夹复制到其他文件夹中,关闭当前项目,然后尝试更新。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25624256

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档