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

How to Install Android Studio on Sabayon Gnu/Linux Easy Guide

April 15, 2015 | By the+gnu+linux+evangelist.

Android Studio IDE Quick Start for Sabayon Linux

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Android Studio IDE on Sabayon Linux i686/amd64 GNU+Linux 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.

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

Android Studio IDE Quickstart for Sabayon Linux - Featured
  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 Sabayon Linux - Extraction
    Or from Shell:

    unzip -d /tmp/ ~/Downloads/android-studio*.zip
  3. Open a Shell Terminal Emulator Window

    Linux Sabayon Android Studio IDE Quick Start - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Install Recommended Oracle Java JDK on Linux Sabayon

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

    sudo chown -R root:root /tmp/android-studio

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

    sudo 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
  6. Finally, to Start Android Studio IDE
    From Terminal:

    android-studio

    How to Create a Desktop Menu App Launcher:
    Linux Desktops App Launcher.

  7. Quick-Start with Android Apps on Android Studio:

    Android Studio App Hello-World
Sabayon Linux Install Android Studio IDE - Android Studio IDE Start