Saturday, June 15, 2013

How-to Install Android Development Kit on Ubuntu 13.04 Raring 64bit Step-by-Step Easy Visual-Guide

Install Android Development Kit for Ubuntu 13.04 Raring

The Guide Simply Show Step-by-Step How-to Install and Getting-Started with Latest Android 4.2 SDK Revision 21 for Linux Ubuntu 13.04 Raring Ringtail 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 of How-to Install Android Development Kit on Ubuntu are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read & Digestive ;)

Install Android Development Kit for Ubuntu 13.04 Raring - Featured
  1. Download Latest Android ADT Bundle SDK r21 for Linux:

    Android 4.2 SDK Linux .tgz
  2. Double-Click on Archive and Extract into /tmp
    Install Android Development Kit for Ubuntu 13.04 Raring - Extract Android SDK
  3. Open Terminal Window

    Cmd and Search "term"

    Install Android Development Kit for Ubuntu 13.04 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
      Install Android Development Kit for Ubuntu 13.04 Raring - Start Android SDK Installer

      Select Accept All to Install All Default Checked Features.

      Install Android Development Kit for Ubuntu 13.04 Raring - Select Android SDK Features
    4. Installing Android SDK
      Install Android Development Kit for Ubuntu 13.04 Raring - 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