当我尝试将我的SDK更新到最新版本时,我得到以下错误:
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:\adt\android-sdk\tools'. When ready, press YES to try again.
我向Process Explorer查询了哪些进程使用该目录,令人惊讶的是,我使用的是SDK管理器进行更新。
有人解决这个问题了吗?
发布于 2011-10-19 17:19:07
这个问题在Android SDK Tools rev14中得到了解决。
发布于 2011-10-13 20:17:06
当我尝试安装SDK时,我也遇到了同样的错误,后来我发现我的机器上安装了卡巴斯基杀毒软件,由于它,android给了我这个错误。
一旦我暂停了卡巴斯基安全服务,然后我就成功地下载了SDK并进行了安装。
所以我的提示是你应该停止所有杀毒服务。
https://stackoverflow.com/questions/7753932
复制相似问题