venerdì 10 gennaio 2014

How-to Install Android ADT Bundle on OpenSUSE 13.1 32/64bit Linux Easy Guide

Install Android ADT Bundle on OpenSUSE 13.1 Linux

The Guide Show Simply and Step-by-Step How-to Quickly and Easily Install and Getting-Started with Latest Eclipse-Android ADT Bundle for OpenSUSE Linux 13.1 Gnome3 i686/x8664 Desktop


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


To Make the Entire Process Easier to Visualize and Retain the Post Includes the Basic Screenshots of the Essentials Steps Involved.


The Content and Details are Expressly Reduced 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+ SDK ADT Bundle Ready to Develop:

  2. Double-Click on Archive and Extract into /tmp
    Linux Gnome Desktop Android ADT Bundle Extraction
  3. Open Terminal Window
    Linux OpenSuse 12 Gnome 3  Open Terminal
  4. Check if Java JDK7 is Installed
    java -version
    How-to Install the Latest Oracle Java JDK7 for Linux OpenSuse
  5. Relocate Android Developer Tools
    su 
    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

    source ~/.bashrc
  7. Create an Eclipse Desktop Launcher for Easy-Starting:

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