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

How to Install Android Studio on Debian Stretch 9 Easy Guide

October 14, 2014 | By the+gnu+linux+evangelist.

Android Studio Debian Stretch Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install Android Studio Debian Stretch 9 KDE/Gnome/Lxde/Xfce 64-bit GNU/Linux Desktop.

Especially relevant: Android App Development on Debian 9 Requires a working Oracle Java JDK Installation.

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.

Moreover, the Guide on How to Install Android Studio IDE in Debian Stretch 9 Linux Contains Just the Essentials Instructions, Commands and Screen-Shoots.

Finally, on the Installation’s Guide Bottom Link to Android App Hello World on Android Studio.

Android Studio IDE Quick Start for Debian Stretch 9
  1. First, open a Terminal Window
    (Press “Enter” to Execute Commands)

    Install Android Studio Debian Stretch 9 - Open Terminal