Add ant build script for windows

This commit is contained in:
sum2012 2016-02-13 05:03:16 +08:00
parent bc1ed6e01f
commit 8e82a698ff

3
android/ant-build.bat Normal file
View file

@ -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"