$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Android SDK Tools Only on Ubuntu 12.04 Precise LTS 32bit Linux

January 25, 2014 | By the+gnu+linux+evangelist.

Installing Android SDK Tools on Ubuntu 12.04 LTS 32bit

The Guide Simply shows you Step-by-Step How to Install and Getting-Started with Android SDK Tools Latest Revision for Ubuntu 12.04 Precise Pangolin LTS i386 Desktop.

The Android Software Development Kit (SDK) 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 Android SDK Installation for Ubuntu 12.04 LTS are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Install Android SDK Tools on Ubuntu 12.04 Precise LTS 32-bit - Featured
  1. Here Download Latest Android SDK rN

    Android SDK Tools Linux .tgz
    Link to Download Latest Android SDK Tools
  • Double-Click on Archive and Extract into /tmp

    Install Android SDK Tools on Ubuntu 12.04 Precise LTS 32-bit - Extract Android SDK
  • Open Terminal Window
    (Press “Enter” to Execute Commands)

    Install Android SDK Tools on Ubuntu 12.04 Precise LTS 32-bit - Open Terminal

    In case first see: Terminal QuickStart Guide.

  • Relocate Android SDK

    Copy
    sudo su

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

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

    1. Access Target
      Copy
      cd /opt/android-sdk-linux/tools
    2. Start Android SDK Manager
      Copy
      ./android sdk
    3. Select Android SDK Features
      Install Android SDK Tools on Ubuntu 12.04 Precise LTS 32-bit - Start Android SDK Manager

      Select Accept All to Install All Default Checked Features.

      Install Android SDK Tools on Ubuntu 12.04 Precise LTS 32-bit - Select Android SDK Features
    4. Installing Android SDK
      Install Android SDK Tools on Ubuntu 12.04 Precise LTS 32-bit - Updating Android SDK
  • Insert Android Tools into User PATH

    Copy
    su <username>
    Copy
    nano ~/.bashrc

    Append:

    Copy
    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

    Copy
    bash
  • How Add Android Integration to Eclipse Platform:
    One of the Best Choices for Android Easy Development is the Eclipse IDE..

    Here How to Install ADT Eclipse Plugin
    How to Getting-Started with Android Development on Eclipse Platform
  • Getting-Started Coding Hello-World Android App on Eclipse

    Here Android App Hello-World

  • Tags: , , , , , , , , , , ,