I am trying to install Android SDK and ADT Plugiun for Eclipse 3.7 and Ubuntu 11.10.
- I have downloaded
android-sdk_r15-linux.tgz
and unpacked it to/home/user/android-sdk-linux
- I navigated to
/home/user/android-sdk-linux/tools
and ran android in the terminal as mentioned here Step 4 - Then I have downloaded all the Platform and other components.
I went in to Eclipse and Help -> Install New Software and added the site Google Android - successfully and checked the Developer Tools and when I do that here is what I get:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 15.0.0.v201110251216-213216 (com.android.ide.eclipse.adt.feature.group 15.0.0.v201110251216-213216)
Missing requirement: Android Development Tools 15.0.0.v201110251216-213216 (com.android.ide.eclipse.adt.feature.group 15.0.0.v201110251216-213216) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
I have installed this before on Ubuntu 10.04 and it worked fine. Am I missing something.
P.S. When I go into Eclipse and go to Window -> Preferences I do not see Android as an option on the left side with other options which confuses me.
Do I need to do something else with the tar.gz file that I downloaded from developer.android.com?