How to Install Android SDK Tools on Lubuntu 13.04 Raring 32bit Easy Visual-Guide

April 29, 2013 | By Duchateaux.

Install Android SDK Tools Only Lubuntu 13.04 32bit

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

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

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

Install Android SDK Tools Only Lubuntu 13.04 32-bit - Featured

    How to Install Eclipse IDE for Android Development on Lubuntu:

  1. Download Latest Android SDK rN 32bit:

    Android SDK Tools Linux .tgz
  2. Double-Click on Archive and Extract into /tmp

    Install Android SDK Tools Only Lubuntu 13.04 32-bit - Eclipse ADT for Android Extraction

  3. Open Terminal Window
    Install Android SDK Tools Only Lubuntu 13.04 32-bit - Open Terminal

  4. Relocate Android SDK

    sudo chown -R root:root /tmp/android-sdk-linux*
    chmod -R +xr /tmp/android-sdk-linux*
    mv /tmp/android-sdk-linux* /opt/android-sdk-linux
  5. Insert Android Tools into User PATH

    su <username>
    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.

    1. Start Android Sdk Manager
      cd /opt/android-sdk*
      sudo su -c "tools/android"
    2. Select Android SDK Features
      Install Android SDK Tools Only Lubuntu 13.04 32-bit - Start Android SDK Manager

      Select Accept All to Install All Default Checked Features.

      Install Android SDK Tools Only Lubuntu 13.04 32-bit - Select Android SDK Features
    3. Updating Android SDK
      Install Android SDK Tools Only Lubuntu 13.04 32-bit - Updating Android SDK
  7. Getting-Started Coding Hello-World Android App on Eclipse:


QuickChic Theme • Powered by WordPress