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

Android Studio Installation in LXLE Linux

May 23, 2018 | By the+gnu+linux+evangelist.

GNU/Linux LXLE Installing Android Studio – QuickStart Guide

Hello Linux user! The Tutorial shows you Step-by-Step How to Install Android Studio IDE in LXLE GNU/Linux 64-bit Desktop.

First, the Android Studio for LXLE Linux is the Official IDE for Android Application Development, based on IntelliJ IDEA.

Especially relevant: the Android App Development Requires a working Oracle Java JDK Installation for LXLE.

Finally, this guide includes detailed instructions on Getting Started with Android Studio on LXLE.

Android Studio LXLE Linux Installation Guide
  1. 1. Launching Shell Emulator

    Open a Shell Terminal emulator window
    Ctr+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    LXLE Open Terminal
    And Update LXLE Apt Repository:
    sudo apt update
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.