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

How to Install Android Studio on Linux Mint 17 Qiana LTS 32-64bit Easy Guide

May 19, 2014 | By the+gnu+linux+evangelist.

Install Android Studio IDE on Linux Mint 17 Qiana

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Android Studio IDE on Linux Mint 17 Qiana LTS Mate/Cinnamon/Kde/Xfce i386/amd64 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 Linux Mint 17 Qiana Contains Just the Essentials Instructions, Commands and Screen-Shoots.

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

Android with Linux Penguin
  1. Download Android Studio IDE IntelliJ for Linux

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

    Install Android Studio IDE on Linux Mint 17 Qiana - Extraction

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

    Install Android Bundle Linux Mint 17 Qiana - Open Terminal
  4. Install Recommended Oracle Java JDK on Linux Mint:

    Install Oracle JDK for Linux Mint
  5. Relocate Android Studio IDE

    sudo chown -R root:root /tmp/android-studio && mv /tmp/android-studio /opt

    Make a Symlink for Quick Starting Android Studio:

    sudo ln -s /opt/android-studio/bin/studio.sh /usr/local/bin/android-studio
    exit
  6. Finally, to Start Android Studio IDE
    From Terminal:

    android-studio

    Create an Android Studio Launcher on Linux Mint Desktops

  7. Quick-Start Coding Hello-World Android App on Android Studio:

    Android Studio App Hello-World
  8. Getting-Started with DropBox for Easy Sharing on Mint.

    Installing DropBox for Mint
Linux Mint Install Android Studio IDE - Android Studio IDE Start