编译AppInventor源码过程
AppInventor 简介
Google App Inventor是一个完全在线开发的Android编程环境,抛弃复杂的程式代码而使用积木式的堆叠法来完成您的Android程式。
AppInventor Github 地址:https://github.com/mit-cml/appinventor-sources
参考资料:https://docs.google.com/document/pub?id=1Xc9yt02x3BRoq5m1PJHBr81OOv69rEBy8LVG_84j9jc
编译流程
克隆git源码库:
https://github.com/mit-cml/appinventor-sources.git
更新子模块:
cd appinventor-sources git submodule update --init
使用ant进行build:
cd appinventor ant