From 8e82a698ff32cf76d25e0fee1fb9bea87d927d57 Mon Sep 17 00:00:00 2001 From: sum2012 Date: Sat, 13 Feb 2016 05:03:16 +0800 Subject: [PATCH] Add ant build script for windows --- android/ant-build.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 android/ant-build.bat diff --git a/android/ant-build.bat b/android/ant-build.bat new file mode 100644 index 0000000000..9c9eb872a9 --- /dev/null +++ b/android/ant-build.bat @@ -0,0 +1,3 @@ +set ANDROID_HOME=path/to/android-sdk/ +set NDK=path/to/android-ndk/ +ant release -Dndkbuildopt="APP_ABI=armeabi-v7a -j6" \ No newline at end of file