Pregunta

I should update Android SDK Tools and Android SDK Platform-tools from Android SDK Manager. I accepted the licence terms and updating was started. But an error was occured and said me that;


The following processes:

  • cmd.exe
  • java.exe

are locking the following directory:

C:\Program Files\adt-bundle-windows-x86_64\sdk\tools

Please close these applications so that the installation can continue.

When ready, press YES to try again.


I opened the Task Manager and killed these processes. As you might guess, when i have killed these processes, Android SDK Manager closed. If you kill java.exe process, SDK Manager was also killed. This is a weird error description and not show you the right solution way. How can i update that Tools? Thanks in advance.

¿Fue útil?

Solución

Follow these steps:

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.

Otros consejos

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

Thanks it works

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top