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

Android App Inventor 2 Installation in Debian Buster

November 15, 2019 | By the+gnu+linux+evangelist.

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

Contents