android-sdk 无法升级更新问题的解决

更新SDK时弹出以下错误:

A folder failed to be renamed or moved. On Windows this typically means that a program is using that folder (for example Windows Explorer.) Please close all running programs that may be locking the directory 'D:\android-sdk-windows\tools' and try again.

意思是文件夹无法重命名或移动,可能有应用程序正在使用tools里面的文件。建议关掉应用 或者杀毒软件等。

但其实是android-sdk 自己的更新程序调用了自己,导致无法更新。

将 tools 文件夹 复制 一份 比如命名为tools_copy(还是放在SDK目录里)。然后运行tools_copy 里面的android.bat 来进行更新SDK就可以了。

相关推荐