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

How to Install Android Studio on Lubuntu 14.04 Trusty LTS Linux Easy Visual-Guide

April 6, 2014 | By the+gnu+linux+evangelist.

Installing Android Studio IDE on Lubuntu 14.04 Trusty

How to Getting Started with Android Studio IDE on Lubuntu 14.04 Trusty Tahr LTS desktop.

So Android Studio is an IntelliJ IDEA based Development Environment with this Features:

  • Gradle-based build support.
  • Android-specific refactoring and quick fixes.
  • Lint tools to catch performance, usability, version compatibility and other problems.
  • ProGuard and app-signing capabilities.
  • Template-based wizards to create common Android designs and components.
  • A rich layout editor that allows you to drag-and-drop UI components, preview layouts on multiple screen configurations, and much more.
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine as server-side components.

The Guide on How to Install Android Studio IDE in Lubuntu 14.04 Trusty Contains Just the Essentials Instructions, Commands and Screen-Shoots.

On the Lubuntu Android Studio IDE Installation Guide Bottom Link to Android App Hello World on Android Studio.

Install Android Studio IDE on Lubuntu 14.04 Trusty - Featured
  1. Download Android Studio IDE IntelliJ for Linux

    Android Studio IDE Linux .tgz
  2. Double-Click on Archive and Extract into /tmp

    Linux Lubuntu Install Android Studio IDE Archive Extraction
  3. Open Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+t

    Install Android Studio IDE Lubuntu 14.04 Trusty - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Install Recommended Oracle Java JDK on Linux Lubuntu:

    Install Oracle JDK for Lubuntu
  5. Installing Required Packages for 64-bit Systems.

    sudo apt-get install lib32stdc++6 lib32z1
  6. Relocate Android Studio IDE.

    sudo chown -R root:root /tmp/android-studio && mv /tmp/android-studio /opt
  7. Make a Symlink for Quick Starting Android Studio:

    sudo ln -s /opt/android-studio/bin/studio.sh /usr/local/bin/android-studio
  8. Launching Android Studio IDE

    From Terminal:

    android-studio

    Create a Custom App Launcher on Lubuntu Menu.

    How Launcher for Lubuntu Menu
  9. Quick Start with Android Apps on Android Studio:

    Android Studio App Hello-World
Lubuntu Install Android Studio IDE - Android Studio IDE Start