How to Install Android SDK on Ubuntu 13.04 Raring 32bit Step-by-Step Visual-Guide

April 29, 2013 | By Duchateaux.

Install Android SDK Tools on Ubuntu 13.04 Raring

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

To Make the Entire Easy to Understand and Visualize the How to Install Android SDK on Ubuntu 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 on Ubuntu 13.04 Raring - Featured
  1. Download Latest Android SDK rN

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

    Install Android SDK on Ubuntu 13.04 Raring - Extract Android SDK

  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Android SDK on Ubuntu 13.04 Raring - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Relocate Android SDK

    sudo su

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

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

    1. Access Target
      cd /opt/android-sdk-linux/tools
    2. Start Android SDK Manager
      ./android sdk
    3. Select Android SDK Features
      Install Android SDK on Ubuntu 13.04 Raring - Start Android SDK Manager

      Select Accept All to Install All Default Checked Features.

      Install Android SDK on Ubuntu 13.04 Raring - Select Android SDK Features
    4. Installing Android SDK
      Install Android SDK on Ubuntu 13.04 Raring - Updating Android SDK
  6. Insert Android Tools into User PATH

    su <username>
    nano ~/.bashrc
    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. How Add Android Integration to Eclipse Platform:

    One of the Best Choices for Android Easy Development is the Eclipse IDE…

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

    Android App Hello-World

QuickChic Theme • Powered by WordPress