$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 JDK

  1. 8. Installing JDK

    How to Install Recommended Oracle Java JDK on Lubuntu

    Install Oracle JDK for Lubuntu
  2. 9. Setting UP Java Path

    Finally, to Set Up JDK_PATH Env Variable.

    nano ~/.bashrc

    Example Append (Following your JDK Installation Location):

    /nexport JDK_PATH=/usr/lib/jvm/jdk1.[X]*/bin/nexport PATH=$PATH:$JDK_PATH
    

    Just Change the [X] following the Installed JDK Release!
    Load the New Environment Variables simply with:

    bash