How to Install Eclipse-Android ADT IDE on Linux openSUSE 12.3 Gnome3 32bit/64bit Step-by-Step Visual Guide

May 7, 2013 | By Duchateaux.

The Guide shows you Simply and Step-by-Step How to Quickly and Easily Install and Getting-Started with the Latest Eclipse-Android ADT IDE for openSUSE 12.3 GNOME3 i686/x8664 Desktop.

The Eclipse ADT Ready Bundle Represent the Quickest and Easiest Way of Getting-Started Developing for the Android Platform.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The Contents and Details are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read and Digest ;)

Android with Linux Penguin
  1. Download Android 4.4 SDK ADT Bundle Ready to Develop:

    ADT Bundle rN Linux x86/x8664.zip
  2. Double-Click on Archive and Extract into /tmp

    Linux GNOME Desktop Eclipse ADT for Android Extraction

  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Linux OpenSuse 12 GNOME 3 Open Terminal

  4. Check if Java JDK is Installed

    java -version

    How to Install the Latest Oracle Java JDK for Linux OpenSuse

  5. Relocate Android Developer Tools

    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    sudo chown -R root:root /tmp/adt-bundle-linux*
    mv /tmp/adt-bundle-linux* /opt

    Make a Symlink to Distingue ADT Eclipse Bundle from Ordinary Eclipse:

    ln -s /opt/adt-bundle-linux*/eclipse/eclipse /opt/adt-bundle-linux*/eclipse/adt
  6. Insert Android Developer Tools into User PATH

    nano ~/.bashrc
    export PATH=/opt/adt-bundle-linux*/eclipse:$PATH

    Ctrl+x to Save and Exit :)

    Load New Settings.

    bash
  7. Create an Eclipse Desktop Launcher for Easy-Starting:

    Gnome3 Eclipse Launcher
  8. Getting-Started Coding Hello-World Android App on Eclipse ADT:


QuickChic Theme • Powered by WordPress