Thursday, September 5, 2013

How-to Install & Getting-Started with Latest Android 4.2 SDK r21 for Linux Ubuntu 13.10 Saucy 64bit Step-by-Step Easy Visual-Guide

The Guide Simply Show Step-by-Step How-to Install and Getting-Started with Latest Android 4.2 SDK Revision 21 on Linux Ubuntu 13.10 Saucy Salamander Amd64 Desktop

To Make the Entire Process Easier to Visualize and Retain the Article 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 more Easy & Digestive ;)

Android with Linux Penguin
  1. Download Latest Android SDK r21:

    Android 4.2 SDK Linux .tgz
  2. Double-Click on Archive and Extract into /tmp
    Linux Ubuntu Extract Android SDK
  3. Open Terminal Window

    Cmd and Search "term"

    Linux Ubuntu Raring Open Terminal
  4. Install Prerequisite Package
    sudo su
    apt-get install ia32-libs
  5. Relocate Android SDK

    mv /tmp/android-sdk-linux /opt
  6. Installing Android SDK for Linux

    1. Access Target
      cd /opt/android-sdk-linux/tools
    2. Start Android Sdk Installer
      ./android sdk
    3. Select Android SDK Features
      Linux Ubuntu Start Android SDK Installer

      Select Accept All to Install All Default Checked Features.

      Linux Ubuntu Select Android SDK Features
    4. Installing Android SDK
      Linux Ubuntu Installing Android SDK
  7. Insert Android Tools into User PATH
    su <userName>
    nano ~/.bashrc
    export PATH=/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:$PATH

    Ctr+x to Save and Exit

    Load New Settings

    source ~/.bashrc
  8. How Add Android Integration to Eclipse Platform:

    One of the Best Choices for Android Easy Development is the Eclipse IDE...

    How-to Install ADT Eclipse Plugin
  9. Getting-Started Coding Hello-World Android App on Eclipse:

    Android App Hello-World