aboutsummaryrefslogtreecommitdiff
path: root/demos/android/cube
AgeCommit message (Collapse)Author
2016-09-22demos: Give Cube and Tri distinct app namesCody Northrop
2016-09-22demos: Clean up APK creation for cube and triCody Northrop
Instead of moving manifest files, run the following commands: android update project -s -p . -t "android-23" ant -buildfile cube debug ant -buildfile tri debug And the APKs can coexist: ./cube/bin/NativeActivity-debug.apk ./tri/bin/NativeActivity-debug.apk