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

Android App Inventor 2 Ubuntu 18.10 Installation

October 22, 2018 | By the+gnu+linux+evangelist.

Android App Inventor 2 Ubuntu 18.10 - Post Installation Setup

  1. Next Amend User’s Path with

    /necho "export PATH=$PATH:/usr/google/appinventor/commands-for-Appinventor"
    > $HOME/.bashrc

    And load the New Path simply with:

    bash