Commit Graph

15 Commits

Author SHA1 Message Date
Jack Palevich
f41f74da65 More tweaks to build instructions. 2014-12-14 12:16:02 -08:00
Jack Palevich
fb79c7c999 Tweak build-release scripts 2014-12-14 10:42:20 -08:00
Jack Palevich
6f0fe93723 Convert to Android Studio 1.0
Builds and runs on Android 5.0 (Lollipop)

Need to update documentation, bring over examples, test, etc.
2014-12-14 08:58:08 -08:00
Jack Palevich
d3b4587079 Update application name in docs and strings. 2014-09-25 12:35:13 -07:00
Jack Palevich
59c599063e Remove gen directory before building.
Should always have been done, just didn't notice until now.
2014-09-25 12:27:41 -07:00
Jack Palevich
cf96d36433 Fix error messages. 2014-05-25 10:31:35 -07:00
Jack Palevich
1179b212e4 Check if keystore exists.
We can't sign a release build if it's missing.
2014-02-23 18:44:26 -08:00
Jack Palevich
53f8e9558b Clean example and library output directories before building.
This seems to be needed when using git to switch back and forth between
different versions of the source tree. Otherwise we sometimes end up
with an API mis-match between the library and the appliation.
2012-09-09 11:47:38 -07:00
Jack Palevich
7d01a8ce3f Use ANDROID_SDK_ROOT and ANDROID_NDK_ROOT environment variables 2012-09-02 15:59:47 -07:00
Jack Palevich
d5f5bc7583 Tweak build scripts
The build-debug and build-release scripts are now position independent.

PushAndRun uninstalls the old version, which avoids an error if we are
replacing the signed release version with the unsigned debug version.

Use Term-debug.apk for the debug version of ATE
2012-05-12 09:26:43 -07:00
Jack Palevich
8a6f7e50b4 Upgrade personal build scripts
Use environment variable ANDROID_NDK_ROOT instead of hard coded path.

These scripts still aren't useful for anyone besides me. Sorry!
2012-05-06 10:48:50 -07:00
Jack Palevich
ce9557eb3c Update build script for NDK version 7b 2012-03-25 18:14:12 -07:00
Jack Palevich
3a738cdb91 Update private build tool to support NDK r6b 2011-09-18 10:09:24 -07:00
Jack Palevich
f37de5004b Housekeeping odds-and-ends.
Make sure the release build is a clean build.
Regenerate build.xml
Add update.sh script for regenerating build.xml
2011-04-25 10:13:02 -07:00
Jack Palevich
e1f6e9eabb Rename buld tool, and make it build the JNI code as well. 2011-04-23 12:15:23 -07:00