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

How to Getting Started Quickly With Android 5+ SDK By Eclipse ADT Bundle on Fedora 18 Lxde 32bit/64bit Easy Step-by-Step Visual-Guide

January 25, 2013 | By Duchateaux.

The Guide shows you Simply and Step-by-Step How to Quickly and Easily Getting-Started with Android SDK Tools Development by Eclipse ADT Ready Bundle for Fedora 18 Lxde i686/x8664 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 content of the Guides give Focus only to the Essentials Instructions and Commands for an easier understanding ;)

How to Getting Started Quickly With Android 5+ SDK By Eclipse ADT Bundle on Fedora 18 Lxde 32bit/64bit Easy Step-by-Step Visual-Guide
  1. Here INSTEAD SEE THIS OTHER GUIDE FOR ECLIPSE+ADT:

    ADT Bundle rN Linux x86/x8664.zip
    How to Install Eclipse IDE and Android ADT Plugin on Linux
  2. Double-Click on Archive and Extract Into /tmp

    Xfce/Lxde Fedora Android SDK ADT Bundle Extraction

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

    Fedora Linux 18 Lxde Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Relocate Android Developer Tools

    Copy
    su 

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

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

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

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

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

    Ctrl+x to Save and Exit :)

    Load New Settings.

    Copy
    bash
  6. Launching ADT Eclipse Bundle

    From Terminal with:

    Copy
    adt

    Create a Launcher for Eclipse-ADT Easy-Starting:

    Here How Launcher for Fedora Lxde
    How to Create Application Launcher for Fedora Lxde Desktop Step-by-Step Easy Visual-Guide Tutorial
  7. Getting-Started Coding Hello-World Android App on Eclipse ADT:

    Here Eclipse-Android App Hello-World