升级android sdk碰到的不能重命名文件夹错误
2011年03月23日
今天在升级android sdk的时候碰到错误,提示不能重命名tools文件夹的错误。大概意思如下:
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
具体内容记不得了。
对话框类似(从网上找到的):
如是我就先关掉杀毒软件,关掉所以可能访问这个文件夹的窗口,再确认关掉windows的自动索引服务。。。
结果还是不行,然后网上找到这个地址:
http://code.google.com/p/android/issues/detail?id=4410
上面也有很多人反馈类似问题。其中有个人的解释是对的。
The following is my solution:
1. Find the "temp" folder and you can find the "tools_r05-windows.zip" or other
files which you will update.
2.unzip it.
3.here you will find the "tools_r05-windows" and copy all the files in the file.
which should be updated file.
4.copy to the "tools" folder.
5.OK.
In a word, the solution is our manual update the files.
这个帖子里还有些人提到其他解决方法,我觉得这个是最简单的。大家再碰到这个问题的可以这样解决。