


You have choice between installing OpenJDK or installing Oracle Java.this command installs OpenJDK JRE( Java Runtime Environment ) on your system.Type/Copy/Paste: sudo apt-get install openjdk-7-jre.That way you can install almost all available modules for Eclipse. Then you can select it from the Work with drop-down and it should appear in the list. For Android development and debugging support in Eclipse, ADT Plugin is the extension. Then you click Add and add the URL of the Update site of the module you wish to install. For that click on Help Install New Software to install the Android Development Tools (ADT) plug-in for Eclipse. This command installs OpenJDK on your system After the Eclipse setup, we need to configure the ADT plugin in our Eclipse for Android Application Development.Type/Copy/Paste: sudo apt-get install openjdk-7-jdk.
#Eclipse ide for android how to#

If you don't have the Java JDK installed on your system please install it, you can obtain the Oracle Java JDK from Download the Oracle Java JDK,for more information on: First, boot up Ubuntu Linux,make sure you have an implementation of the Java JDK installed on your system, whether it is OpenJDK or Oracle Java JDK, which lays the foundation for the Android SDK. Prepare your Ubuntu Linux development environment and ensure it meets the system requirements.
