How to Install Android SDK Tools on Linux Mint 14 Nadia Xfce Easy Step-by-Step Visual-Guide

January 26, 2013 | By Duchateaux.

The Guide shows you Simply and Step-by-Step How to Install and Getting-Started with Android SDK Tools Latest Revision for Linux Mint 14 Nadia Xfce Desktop.

And this Visual Guide 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 ;)

Android with Linux Penguin
  1. Download Latest Android SDK rN:

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

    Linux Mint 14 Nadia Extract Android SDK

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

    Linux Mint 13-14 Maya Xfce Open Terminal

  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 Updater/Installer
      ./android sdk
    3. Select Android SDK Features
      Linux Mint 13 Maya Start Android SDK Manager

      Select Accept All to Install All Default Checked Features.

      Linux Mint 13 Maya Select Android SDK Features
    4. Installing
      Linux Mint 13 Maya Updating Android SDK
  6. Set the Android SDK Tools Path:
    Edit the User Bash configuration file

    nano ~/.bashrc

    Append

    export PATH=$PATH:/opt/Android/Sdk/tools:/opt/Android/Sdk/platform-tools:/opt/Android/Sdk/tools/bin

    Ctrl+x to Save & Exit from nano editor :)
    Load the New Path simply with

    bash

    This Setup will be useful after the First, launch of Android Studio IDE and the Installation of Android SDK Tools…

  7. How Add Android Integration to Eclipse Platform:

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


QuickChic Theme • Powered by WordPress