diff --git a/android/ant-build.bat b/android/ant-build.bat index 9c9eb872a..0e9d314df 100644 --- a/android/ant-build.bat +++ b/android/ant-build.bat @@ -1,3 +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 +ant release -Dndkbuildopt="-j6" \ No newline at end of file