Freitag, 14. Juni 2013

How-to Install Latest Android 4.2 SDK r21 on Linux Mint 14 Nadia Mate Easy Step-by-Step Visual-Guide

The Guide Show Simply and Step-by-Step How-to Install and Getting-Started with Latest Android 4.2 SDK r21 for Linux Mint 14 Nadia Mate 32/64bit 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 Mint 14 Nadia Extract Android SDK
  3. Open a Terminal Window
    Linux Mint 14 Nadia Mate Open Terminal
  4. Relocate Android SDK

    sudo su
    mv /tmp/android-sdk-linux /opt
  5. Installing Android SDK for Linux

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

      Select Accept All to Install All Default Checked Features.

      Linux Mint 13 Maya Select Android SDK Features
    4. Installing
      Linux Mint 13 Maya Installing Android SDK
  6. Insert Android Tools into User PATH
    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
  7. How Add Android Integration to Eclipse Platform:

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

    Android App Hello-World