How to Install Android SDK on Slackware 14 Linux KDE4 Step-by-Step Visual-Guide

March 14, 2013 | By Regaz.

Install Android SDK on Slackware 14 Linux

The Guide shows you Step-by-Step How to Install and Getting-Started with the Latest Android SDK Tools for Linux Slackware 14 KDE4 32bit/64-bit Desktop.

And the Android Software Development Kit (SDK) Command Line Tools is the Collection of Libraries, Tools, Documentation, and Samples that are required to Run and Develop Android Apps.

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

The Contents and Details of How to Install Android SDK on Slackware 14 Linux are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Install Android SDK on Slackware 14 Linux - Featured
  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 on Slackware 14 Linux - KDE4 Android SDK Extraction
  3. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Android SDK on Slackware 14 Linux - KDE4 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

      How to Install Recommended Oracle JDK:

      Install Oracle JDK for Slackware
    3. Select Android SDK Features
      Install Android SDK on Slackware 14 Linux - Start Android SDK Manager

      Select Accept All to Install All Default Checked Features.

      Install Android SDK on Slackware 14 Linux - Select Android SDK Features
    4. Installing
      Install Android SDK on Slackware 14 Linux - Updating Android SDK
  6. Insert Android Tools into User PATH.

    su <myUser>
    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. Getting-Started Coding Hello-World Android App on Eclipse

    Android App Hello-World Quick Start

QuickChic Theme • Powered by WordPress