Saturday, January 11, 2014

How-to Install Android ADT Bundle on Ubuntu 13.10 Saucy 32/64bit Step-by-Step Visual Guide

Install Android ADT Bundle on Ubuntu 13.10 Saucy 32/64bit

The Guide Show Simply and Step-by-Step How-to Quickly and Easily Install and Getting-Started with Latest Eclipse-Android ADT Bundle IDE for Ubuntu 13.10 Saucy Salamander Unity i386/amd64 Linux Desktop

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

With a single download, the ADT Bundle includes everything you need to begin developing apps:

  • Eclipse + ADT plugin
  • Android SDK Tools
  • Android Platform-tools
  • The latest Android platform
  • The latest Android system image for the emulator

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 of How to Install Eclipse Android ADT Bundle on Ubuntu 13.10 Saucy Guide are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read & Digest ;)

Install Android Bundle Ubuntu 13.10 Saucy 32/64bit - Featured
  1. Download Android 4+ SDK ADT Bundle Ready to Develop:

    ADT Bundle rN Linux x86/x86_64.zip
  2. Double-Click on Archive and Extract into /tmp
    Install Android Bundle Ubuntu 13.10 Saucy 32/64bit - Extraction
  3. Open Terminal Window

    Install Android Bundle Ubuntu 13.10 Saucy 32/64bit - Open Terminal
  4. How-to Install Recommended Oracle-Sun Java JDK 7 on Ubuntu:

    Install Oracle JDK7 for Ubuntu
  5. Relocate Android ADT Bundle
    sudo su
    mv /tmp/adt-bundle-linux* /opt

    Make a Symlink for Easy Launching and to Distinguish ADT Eclipse Bundle from 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. Launching ADT Eclipse Bundle

    From Terminal with:

    adt
  8. Create an Eclipse Launcher for Easy-Starting:

    Quick Launcher for Ubuntu-Unity
    Unity Eclipse Launcher
  9. Getting-Started Coding Hello-World Android App on Eclipse ADT:

    Eclipse-Android App Hello-World
  10. Now Thanks to the Eclipse Foundation You Should Finally Fully Dispose of an Eclipse Android ADT Bundle IDE Installation on Ubuntu Linux ;)