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

How to Install Android NDK on Lubuntu 16.04 Xenial LTS Easy Guide

Android NDK Lubuntu 16.04 - Setting Up SDK

  1. 6. Installing Android SDK Tools

    Install Required Android SDK Tools Only for Lubuntu:

    Install Android SDK for Lubuntu
  2. 7. Setting Up Android SDK Env

    And also Set Up the ANDROID_HOME Env Variable.

    nano ~/.bashrc

    For instance Append (Following your SDK Installation Location):

    /nexportANDROID_HOME=/opt/android-sdk-linux/nexport PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools