| View previous topic :: View next topic |
| Author |
Message |
gentian Tux's lil' helper

Joined: 26 Mar 2012 Posts: 113
|
Posted: Wed May 09, 2012 9:26 am Post subject: Android SDK - ADT Plugin |
|
|
Could someone please post some working steps or the way ADT Plugin can get installed in Eclipse? When I launch Eclipse and try to add the ADT Plugin, I get this error: | Code: | Cannot complete the install because one or more required items could not be found.
Software being installed: Android DDMS 18.0.0.v201203301601-306762 (com.android.ide.eclipse.ddms.feature.group 18.0.0.v201203301601-306762)
Missing requirement: Android DDMS 18.0.0.v201203301601-306762 (com.android.ide.eclipse.ddms.feature.group 18.0.0.v201203301601-306762) requires 'org.eclipse.ui 3.6.2' but it could not be found | Any Ideas? |
|
| Back to top |
|
 |
gentian Tux's lil' helper

Joined: 26 Mar 2012 Posts: 113
|
Posted: Wed May 09, 2012 9:33 am Post subject: Re: Android SDK - ADT Plugin |
|
|
| gentian wrote: | Could someone please post some working steps or the way ADT Plugin can get installed in Eclipse? When I launch Eclipse and try to add the ADT Plugin, I get this error: | Code: | Cannot complete the install because one or more required items could not be found.
Software being installed: Android DDMS 18.0.0.v201203301601-306762 (com.android.ide.eclipse.ddms.feature.group 18.0.0.v201203301601-306762)
Missing requirement: Android DDMS 18.0.0.v201203301601-306762 (com.android.ide.eclipse.ddms.feature.group 18.0.0.v201203301601-306762) requires 'org.eclipse.ui 3.6.2' but it could not be found | Any Ideas? |
I can only imagine, that I am using an old version of Eclipse. However, the latest version on portage is 3.5.1-r1. Isn't there any other version masked in portage? How can I install the latest version of Eclipse? Would I lose in performance if I download the zipped file from Eclipse.org? |
|
| Back to top |
|
 |
v_andal Apprentice

Joined: 26 Aug 2008 Posts: 219 Location: Germany
|
Posted: Thu May 10, 2012 7:27 am Post subject: |
|
|
Just download and unzip it to your home directory, for example. Why should you lose any performance? From the README of Eclipse
| Quote: |
Most of the Eclipse SDK is "pure" Java code and has no direct dependence on the underlying operating system. The chief dependence is therefore on the Java Platform itself.
|
So, there's not much to optimize by compilation here  |
|
| Back to top |
|
 |
gentian Tux's lil' helper

Joined: 26 Mar 2012 Posts: 113
|
Posted: Thu May 10, 2012 7:29 am Post subject: |
|
|
| v_andal wrote: | Just download and unzip it to your home directory, for example. Why should you lose any performance? From the README of Eclipse
| Quote: |
Most of the Eclipse SDK is "pure" Java code and has no direct dependence on the underlying operating system. The chief dependence is therefore on the Java Platform itself.
|
So, there's not much to optimize by compilation here  |
Do you mean that I should just go and download/use the Eclipse binary then? |
|
| Back to top |
|
 |
Spidey Apprentice


Joined: 07 Sep 2006 Posts: 237
|
Posted: Thu May 10, 2012 11:50 am Post subject: |
|
|
Yes. The way that Eclipse is designed make it difficult for Gentoo to package it following FHS and managing dependencies.
There is a discussion on this topic on b.g.o. Search it for the full argumentation on why the Eclipse ebuild is not up-to-date. |
|
| Back to top |
|
 |
Spidey Apprentice


Joined: 07 Sep 2006 Posts: 237
|
Posted: Thu May 10, 2012 11:51 am Post subject: |
|
|
Yes. The way that Eclipse is designed make it difficult for Gentoo to package it following FHS and managing dependencies.
There is a discussion on this topic on b.g.o. Search it for the full argumentation on why the Eclipse ebuild is not up-to-date. |
|
| Back to top |
|
 |
|