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

April 29, 2013 | By Duchateaux.

Install Android SDK Tools Only on Lubuntu 13.04 Raring

The Guide Simply shows you Step-by-Step How to Install and Getting-Started with the Latest Android SDK Tools Only Latest Revision for APIs 4.x/5.x/6.x for Linux Lubuntu 13.04 Raring Ringtail Amd64 Desktop.

Moreover, to make the Process Easier to Visualize the How to Install Android SDK Tools on Lubuntu 13.04 Raring Includes the Basic Screenshots of All GUI Steps involved.

The content of the Guides give Focus only to the Essentials Instructions and Commands for an easier understanding ;)

Install Android SDK Tools on Lubuntu 13.04 Raring - Featured

    How to Install Eclipse IDE for Android Development on Lubuntu:

  1. Download Latest Android SDK Tools Only

  2. Double-Click on Archive and Extract into /tmp

    Install Android SDK Tools on Lubuntu 13.04 Raring - Extraction

  3. Open Terminal Window
    Install Android SDK Tools on Lubuntu 13.04 Raring Open Terminal

  4. Install Prerequisite Package

    sudo su

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    apt-get install ia32-libs

  5. 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
  6. 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
  7. 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 on Lubuntu 13.04 Raring - Start Android SDK Manager

      Select Accept All to Install All Default Checked Features.

      Install Android SDK Tools on Lubuntu 13.04 Raring - Select Android SDK Features
    3. Updating Android SDK
      Install Android SDK Tools on Lubuntu 13.04 Raring - Updating Android SDK
  8. Getting-Started Coding Hello-World Android App on Eclipse


QuickChic Theme • Powered by WordPress