I have ran into a curious error when trying to update Android SDK Tools
to revision 21
from revision 20.0.3
. The ADT plug-in updated p
I resolved this by copying my \tools
folder, naming the copy \toolsCopy
. Then I ran android.bat
from the \toolsCopy
folder with Administrator privileges.
Running the SDK manager from \tools
locked the renaming of the \tools
directory, for obvious reasons. SMH
100 % working...
Close eclipse and try again it will work.. (After closing eclipse Android SDK Manager window will not close)
or,
Just go to task manager and end the eclipse process and try again it will work..
I got the same problem. Then go to temp folder extract "tools_r24.0.2-windows.zip" copy "tools" folder from extracted folder and then paste it inside "sdk" folder.(or override on tools folder) :)
Steps to Resolve that
2.Run the SDK Manager
3.Now update the packages
It works for me
It work for me after long search
Close the sdk manager and eclipse.
Go to the folder where you have stored your adt.
In that adt folder you'll find a folder known as tools.
Make a copy of the contents of that folder and paste it in a folder called copytools.
Now go to the command prompt and go to the location of the copytools.
Then execute the command android.bat the sdk manager will start.
Now update all the plugins you want. It'll update your original folder.
After the update delete the copy.