How to Install Android SDK Tools on Kubuntu 13.04 Raring 32bit Easy Guide

April 29, 2013 | By Duchateaux.

Install Android SDK Tools Only on Kubuntu 13.04 Raring 32bit

The Guide Simply shows you Step-by-Step How to Install and Getting-Started with the Latest Android SDK Revision for Linux Kubuntu 13.04 Raring Ringtail i386 Desktop.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The Contents and Details on Android SDK Tool Installation Kubuntu are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Android with Linux Penguin

    How to Install Eclipse IDE for Android Development on Kubuntu

    Install Android ADT on Kubuntu
  1. Download Latest Android SDK rN:

    Android SDK Tools Linux .tgz
  2. Right-Click on Archive > Open with Ark

    Then Extract into /tmp.

    KDE4 Android SDK Extraction
  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Linux Kubuntu Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Relocate Android SDK

    sudo su -c "mv /tmp/android-sdk-linux* /opt/android-sdk-linux"
  5. Insert Android Tools into User PATH

    nano ~/.bashrc

    Append:

    export PATH=/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:$PATH

    Ctrl+Shift+v to Paste Content on nano
    Ctrl+x to Save and Exit.

    Load New Settings

    bash
  6. Updating Android SDK Tools & APIs.

    cd /opt/android-sdk*
    sudo su -c "tools/android"
    1. Select Android SDK Features
      Ubuntu Linux Start Android SDK Manager

      Select Accept All to Install All Default Checked Features.

      Ubuntu Linux Select Android SDK Features
    2. Installing Android SDK
      Ubuntu Linux Updating Android SDK
  7. Getting-Started Coding Hello-World Android App on Eclipse:

    Android App Hello-World

QuickChic Theme • Powered by WordPress