安装Andriod 2.3 Sdk遇到以下问题:
-= warning! =- A folder failed to be renamed or 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. Please also close any running programs that may be accessing the directory 'D:/Install/Programming/android-sdk-working-dir/android-sdk_r04-windows/android-sdk-windows/too!s'. When ready, press YES to try again.
最后在网上搜索得到正确的解决办法:
- Copied
tools/toscrap/within the SDK directory - Ran
android.batfrom thescrap/directory - Did the upgrade
- Deleted the
scrap/directory when done
下面的是网上的
I think they fixed this problem in the later version of the tools, but I ran into this a while back. Here's what I did:
- Copied
tools/toscrap/within the SDK directory - Ran
androidfrom thescrap/directory - Did the upgrade
- Deleted the
scrap/directory when done
I might have had to also change environment variables (e.g., PATH) that had been pointing to tools/ to point to scrap/ during this process -- I'm a bit fuzzy on the details
解决Android SDK安装问题
本文介绍了在安装Android 2.3 SDK过程中遇到的文件夹重命名或移动失败的问题及解决方案。通过复制tools文件夹到临时目录,从该目录运行安装程序并完成升级,最后删除临时目录来解决问题。
8984

被折叠的 条评论
为什么被折叠?



