Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 772
subrussn90 Avatar asked Jan 17 '23 19:01

subrussn90


2 Answers

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.

like image 128
Alex Avatar answered Jan 31 '23 00:01

Alex


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

like image 20
Fuzzical Logic Avatar answered Jan 30 '23 23:01

Fuzzical Logic