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

How to Install Android Studio on Bodhi Linux Easy Guide

July 22, 2019 | By the+gnu+linux+evangelist.

GNU/Linux Bodhi Installing Android Studio – Step by step Guide

How to Install Android Studio IDE in Bodhi GNU/Linux 64-bit desktop.

First, the Android Studio for Bodhi 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 Bodhi.

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

How to Install Android Studio on Bodhi Linux Easy Guide
  1. 1. Launching Shell Emulator

    Open a Terminal Shell Emulator
    (Press “Enter” to Execute Commands)

    First, Open a File Manager Window:
    Open File Manager /tmp
    Then Right Click on a Location > Open in Terminal:
    Open Terminal on Home
    And Update Bodhi 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.