Installing ADT Plugin 17

Hi, I recently upgraded my computer so I installed 64 bit Ubuntu 11.10. to install again My Android SDK, I have carefully studied:

http://developer.android.com/sdk/eclipse-adt.html#installing 

      

Installation guide. So when I clicked next after selecting development tools I get this message

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

      

This prevents me from following the next step. i'm using Eclipse 3.7 which I downloaded from ubuntu software center.

if someone knows what may be wrong y, we would be very grateful ...

+3


source to share


4 answers


This is an exact duplicate of another question: Android ADT installation error



In short, don't use Eclipse, which comes from any Linux software repository; download from www.eclipse.org.

+3


source


Actually no, I downloaded from www.eclipse.org and had the same problem. To fix this, I once ran Eclipse as root and performed an ADT installation. Works flawlessly.



+1


source


I had the same problem on Win 7 (64 bit) To fix this issue, run eclipse as administrator!

(I found this thread via google. If any)

+1


source


Remove the directory .metadata

from the workspace.

+1


source







All Articles