When you configure android to install its SDK, a prompt "a folder failed to be renamed or moved..." is displayed. The solution is as follows:
The installation process error message is as follows:
-= 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 'G: \ Software \ Android-SDK-Windows \ tools '. When ready, press Yes to try again. There are two solutions: The first method (it seems to be from a foreign website ): 1. Copy the tools directory to a new directory named "tools-Copy". In this case, the android-SDK-Windows directory contains two directories: Tools and tools-copy. 2. run Android. bat in the tools-copy directory to update all normally. 3. Close the SDK, 4. Run the SDK setup.exe In the Android-SDK-Windows directory. Method 2: 1. Enter the sdk's tempfile folder. After the download, A tools_r10-windows.zip file will be available (the version number may be different, such as R09) 2, unzip this file, such as extracting to the tools_r10-windows directory 3. Go to the tools_r10-windows folder and copy the files in the tools_r1006-windows 4. overwrite the files in the tools folder in the SDK root directory. |