subrussn90
subrussn90

Reputation: 1142

Eclipse IDE,ADT for android SDk error

I have ported from Windows 7 to ubunti linux 11.10 version.I installed Eclipse successfully,and when i go to add the ADT plugin,a configure error is desplaying.

The error says...

Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

What may be the probable reason for this?And need suggestions for installing as soon as possible,Im getting late for my project...

Thnx in advance frndssssssssssss

Upvotes: 4

Views: 2897

Answers (4)

UhOhChongo
UhOhChongo

Reputation: 21

I ran into this today. The simple fix for me was using the "http" version instead of "https" version of the URL given for the "Install New Software..." step of adding the ADT to Eclipse.

To clarify, I used:

http://dl-ssl.google.com/android/eclipse/

NOT

https://dl-ssl.google.com/android/eclipse/

The install went smoothly after that.

Upvotes: 2

Alex
Alex

Reputation: 41

I had the same error - you need to add the http://download.eclipse.org/releases/indigo update site to the available software sites. See here for more details.

Upvotes: 4

Fuzzical Logic
Fuzzical Logic

Reputation: 13015

The reason for this is the Android SDK for Windows is different from the Android SDK for Linux. If you are dual booted (like I am), you must have both, but installed in different locations. After you installed the Android SDK for Linux, you must repoint Eclipse to the new SDK. Once you do this, you can manually clean all of your projects (yes, they may all need to be cleaned) and begin work on your projects.

The location of the Linux SDK is here. Make sure you then follow the instructions located on this page.

Hope this helps,

FuzzicalLogic

Upvotes: 2

Related Questions