Skip to content

Instantly share code, notes, and snippets.

@adanner
Created March 13, 2017 22:54
Show Gist options
  • Select an option

  • Save adanner/bdba91da96aa30ee3043fcf9d0132191 to your computer and use it in GitHub Desktop.

Select an option

Save adanner/bdba91da96aa30ee3043fcf9d0132191 to your computer and use it in GitHub Desktop.
OSX Install instructions for MIT AppInventor
  • got 7u80
  • New login required
  • version 1.9.9
  • tar xzvf to ~/packages
  • from ~/packages/apache-ant-1.9.9
    • ant -f fetch.xml -Ddest=system
  • unpacked into ~/packages

Editing .bash_profile

export JAVA_HOME=$(/usr/libexec/java_home)
export ANT_HOME=/Users/adanner/packages/apache-ant-1.9.9/

export PATH=$PATH:${ANT_HOME}/bin

AppInventor

  • cd ~/packages
  • git clone https://github.com/mit-cml/appinventor-sources.git
  • cd appinventor-sources/appinventor
  • ant clean
  • ant MakeAuthKey
  • ant ... BUILD SUCCESSFUL (~7 minutes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment