So you install Eclipse twice?

I installed from Synaptic, but it chose to install the openjdk as the
JRE instead of Sun's JRE - could that be the source of the problem?


tongcc8 wrote:
> Android Development on UB2 9.1
>
> I followed the below procedures and installation succeed:
>
> 1. update Ubuntu
> sudo apt-get update && sudo apt-get upgrade
>
> 2. install JAVA
> sudo apt-get install sun-java6-jdk
> java -version
> javac -version
>
> 3. install Eclipse
> At Ubuntu Softwar Center / Programming
>
> 4. Install Android SDK
> - Download and install Android SDK at http://developer.android.com
> - unzip to my home directory or other you like
> - at home, edit .bashrc
> eg. sudoedit .bashrc
>
> Add the following line at the very bottom of the .bashrc file:
>     export PATH=${PATH}:/home/kris/android-sdk-linux_x86-1.5_r1/tools
>
> 5. Eclipse option install
> Go to System -> Administration -> Synaptic Package Manager and search
> for "eclipse"
> Then mark "eclipse" for install.
>
> * This package provides the whole Eclipse SDK, along with the Java
> Development Tools (JDT) and the
> Plugin Development Environment (PDE).
>
>
> 6. Eclipse plugin
> Help/Install New Software/Add Available Software
>
> Add available software site
> http://download.eclipse.org/releases/galileo
> http://dl.google.com/eclipse/plugin/3.5
> http://dl-ssl.google.com/android/eclipse/
>
> 7. Install Android Package
> Window / Android SDK and AVD Manager
> Available Packages
>
> Cheers
>
> On Nov 21, 6:36 am, Eno <symb...@gmail.com> wrote:
> > I add the site and in the Install Details screen runs into an error:
> >
> > "Cannot complete the install because one or more required items could
> > not be found.
> >    Software being installed: Android Development Tools
> > 0.9.4.v200910220141-17704
> > (com.android.ide.eclipse.adt.feature.group0.9.4.v200910220141-17704)
> > Missing requirement: Android Development Tools
> > 0.9.4.v200910220141-17704
> > (com.android.ide.eclipse.feature.group0.9.4.v200910220141-17704
> > requires 'org.eclipse.gef 0.0.0' but it could not be found"

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to