How to Install Eclipse ADT for Android on Fedora Easy Guide

November 26, 2013 | By the+gnu+linux+evangelist.

Below Content is OUTDATED! LOOK INSTEAD THIS GUIDE:Installing Eclipse + ADT Plugin

Install Eclipse ADT for Android on Fedora Linux

The Guide shows you Simply and Step-by-Step How to Quickly and Easily Install and Getting-Started wity Android SDK by Eclipse ADT Ready Bundle on Fedora Linux i686/x8664 Desktop.

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

To Make the Entire Easy to Understand and Visualize the How to Install Eclipse ADT for Android on Fedora Linux Includes the Basic Screenshots of All GUI Steps involved.

The Contents and Details of Guide are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Step-by-step – Anbox Debian Bullseye Installation Guide
  1. INSTEAD SEE THIS OTHER GUIDE FOR ECLIPSE+ADT:

    Installing Eclipse IDE for Android
  • Double-Click/Right-Click on Archive and Extract Into /tmp

    Install Eclipse ADT for Android on Fedora - GNOME3 Extract Eclipse ADT for Android
  • Open Terminal Window
    (Press “Enter” to Execute Commands)

  • 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 the New Settings:

    bash
  • Launching ADT Eclipse Bundle

    From Terminal with:

    adt
  • How to Create an Eclipse ADT Launcher for Easy-Starting

    How to Create Menu Launcher
    Install Eclipse ADT for Android on Fedora - GNOME Eclipse Launcher
  • Getting-Started Coding Hello-World Android App on Eclipse ADT:

    Eclipse-Android App Hello-World

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