While trying to update my Android SDK I am encountering this error when trying to install this particular package:

How do I fix this?
|
|
This happens once in a while on my Windows SDK (even when I don't have any antivirus or similar programs running, execute the SDK-Manager as an administrator and so on). I just update the tools by hand in this case. Which means close the SDK-Manager after the error and open the After that, start the SDK-Manager again. The tools version should be updated. |
|||||||||
|
|
The problem seems to be that Eclipse, or even the SDK Manager itself, locks the folder. Running android.bat from the tools folder should do the trick. |
|||||||||||||||
|
|
thanks. this is how I fixed it: I updated the tools by hand in this case. Which means close the SDK-manager after the error and open the folder android-sdk-windows folder. Using LockHunter, unlock all programs from holding a lock on the android-sdk-windows\tools\ folder. http://lockhunter.com/?ver=&vertype=pro&sm=main_window_64 RENAME the android-sdk-windows\tools folder beforehand to tools_DELETEME There should be a zip named android-sdk-windows\temp\tools_r19-windows.zip. open that, You should see a tools folder in it. Copy that tools folder to android-sdk-windows\tools After that, start the SDK-manager again. The tools version should be updated. |
|||
|
|
|
My solution was to start it from within eclipse - as Administrator. |
|||
|
|
You probably started the SDK manager from eclipse? I encoutnered the same problem, and fixed it by manually opening the SDK manager from the directy tools. |
|||
|
well i had the same issue on windows 7 ... problem is that during the update it tries to rename the tools folder (inside the SDK folder) and that folder is used by a process "ADB" which is currently running ... so you cannot do the update smoothly until you stop / kill that process ... BTW copy pasting the new contents of tools folder from the temp would also work ... |
|||
|
|
|
Ensure you don't have any essential files or folder opened/being used by other applications including explorer. |
|||
|
|
I've read before, people take a copy of the platform-tools folder and run the update from a different location. This ensures you haven't got open the files it's trying to update. Could also disable your antivirus for 5 minutes o0o0. |
|||
|
|
My problem was Windows 7 security. I opened up the security on |
||||
|
|
|
I had to make a copy of the tools folder itself (keeping it at the same directory tree level, thus "tools" and "tools-copy" were both in the "android-sdk-windows" folder). Then ran Android.bat from that copy. After the update just delete the tools-copy folder. |
|||
|
|
|
With windows 7, when "failed to install popup" appears kill the process called adb (from task manager ctrl+alt+del) then press "Yes" and stuff is being installed. |
|||
|
|
|
I tried running android.bat and got the same error. What worked for me was using unlocker to unlock the \tools folder. |
|||
|
|
|
When you install tools/softwares use SDK manager. But don't use it when update. Do right click -> Run as administrator on android-sdk-windows\tools\android.bat file for updating tools. Always try to run commands as Administrator specially on Windows Vista/7/8. That'll fix most of permission issues etc... |
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.