How to Install Eclipse ADT for Android on Manjaro 0.8+ Linux Easy Guide

March 14, 2013 | By Regaz.

Install Android SDK ADT Bundle on Manjaro Linux

The Guide shows you Simply and Step-by-Step How to Quickly and Easily Getting-Started with the Latest Eclipse-Eclipse ADT for Android for Manjaro 0.8.x OpenBox i686/x8664 Linux Desktop.

The Eclipse ADT Ready Bundle Represent the Quickest and Easiest Way of Getting-Started Developing for the Android Platform.

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

The Contents and Details of Android SDK ADT Bundle Installation Manjaro are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Android with Linux Penguin
  1. INSTEAD SEE THIS OTHER GUIDE FOR ECLIPSE+ADT:

    ADT Bundle rN Linux x86/x8664.zip
  • Double-Click on Archive and Extract into /tmp

    Linux Mint Eclipse ADT for Android Extraction
  • Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Right-Click on Desktop >> Terminal.

  • Check if Java JDK is Installed

    java -version

    How to Install a Custom Oracle Java JDK on Linux Manjaro

  • Relocate Android Developer Tools

    su 

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

    sudo chown -R root:root /tmp/adt-bundle-linux*
    mv /tmp/adt-bundle-linux* /opt

    Make a Symlink to Distingue ADT Eclipse Bundle from Ordinary Eclipse:

    ln -s /opt/adt-bundle-linux*/eclipse/eclipse /opt/adt-bundle-linux*/eclipse/adt
  • Insert Android Developer Tools into User PATH

    nano ~/.bashrc
    export PATH=/opt/adt-bundle-linux*/eclipse:$PATH

    Ctrl+x to Save and Exit :)

    Load New Settings.

    bash
  • Launching ADT Eclipse Bundle

    From Terminal with:

    adt

    Create a Custom App Launcher for Easy&Quick Launching:

    Manjaro OpenBox How-Launcher
  • Getting-Started Coding Hello-World Android App on Eclipse ADT:

    Eclipse-Android App Hello-World

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