On starting Eclipse I am getting a message
This version of ADT requires Android SDK Tools revision 21.0.0 rc9 or above.
Current version is 10.0.0.
Please update your SDK tools to latest SDk version.
So on clicking Open SDK Manager button nothing happens & in console I get this message.
[2012-12-27 16:15:06 - SDK Manager] [SDK Manager] Error: Expected verb after global parameters but found 'sdk' instead.
Why?
My SDK manager window doesn’t open so I can not update SDK Tools.
I am working on Ubuntu 10.10 with Eclipse Helios.
Try to locate where is your Android SDK Manager (the path where you installed first your SDK). Suppose that it is
/opt/android-sdk-linuxand substitute where needed:From a terminal, try to execute
With that you will get a Android SDK Manager windows where you can upgrade your SDK elements (including the SDK Manager and tools). Probably the integration of Android SDK Manager with Eclipse has changed from version 10 to 21, making Eclipse unable to start it.
P.S. Using
sudocould be unnecessary, depending on the path and the privileges that your user have on it.