2

Possible Duplicate:
Android: trouble updating to Android SDK Tools, revision 7

I'm trying to install 6 new updates to the Android SDK (to version 17 from 16), I get this err msg:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-= Warning ! =- A folder failed to be moved. On Windows this typically means that a program is using that folder (for

examplle Windows Exploder or your anti-virus software.) Please momentarily deactivate your anti-virus software or close any running programs that may be

accessing the directory 'C:\Program Files (x86)\Android\android-sdk\platforms\android-15'. When ready, press YES to try again.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I closed everything except Eclipse itself, tried again; same err msg.

I then turned off MS Security Essentials; same err msg.

What need I do to get this install to "take"?

Update:

When I restart Eclipse, I get this err msg:

This Android SDK requires Android Developer Toolkit version 17.0.0 or above.

Current version is 16.0.1.v201112150204-238534.

Please update ADT to the latest version.

Community
  • 1
  • 1
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862

1 Answers1

4

You need to close Eclipse. Run the SDK Manager from your Android SDK directory instead of through Eclipse.

Tony
  • 2,335
  • 21
  • 25