Browse Source

update android platform to 14

pull/862/head
R4SAS 8 years ago
parent
commit
9fae215db4
  1. 1
      android/.gitignore
  2. 2
      android/jni/Application.mk

1
android/.gitignore vendored

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
gen
tests
.idea
ant.properties
local.properties
build.sh
bin

2
android/jni/Application.mk

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
#APP_ABI := x86
APP_ABI := armeabi-v7a
#can be android-3 but will fail for x86 since arch-x86 is not present at ndkroot/platforms/android-3/ . libz is taken from there.
APP_PLATFORM := android-9
APP_PLATFORM := android-14
# http://stackoverflow.com/a/21386866/529442 http://stackoverflow.com/a/15616255/529442 to enable c++11 support in Eclipse
NDK_TOOLCHAIN_VERSION := 4.9

Loading…
Cancel
Save