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

April 29, 2013 | By Duchateaux.

Install Android SDK Tools Only Kubuntu 13.04 Amd64

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

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

The Contents and Details on Android SDK Tools Installation Kubuntu 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 Kubuntu 13.04 Amd64 - Featured

    How to Install Eclipse IDE for Android Development 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.

    Install Android SDK Tools Only Kubuntu 13.04 Amd64 - Android SDK Extraction
  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Android SDK Tools Only Kubuntu 13.04 Amd64 - 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. Access Target
      cd /opt/android-sdk-linux/tools
    2. Start Android SDK Manager
      ./android sdk
    3. 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
    4. Installing Android SDK
      Ubuntu Linux Updating Android SDK
  8. Getting-Started Coding Hello-World Android App on Eclipse:


QuickChic Theme • Powered by WordPress