From a0eba5215915f7554f8a1eea6d99a968d5007a10 Mon Sep 17 00:00:00 2001 From: Daniel Weck Date: Thu, 6 Nov 2014 11:15:24 +0000 Subject: [PATCH] working version with latest Eclipse, Android SDK, NDK r10c toolchain v4.9 (was 4.8), and target API 19 (was 11). Individual developers may need to change API level to suit their minimum requirement and currently-installed SDK packages --- Platform/Android/.cproject | 369 ++++++++++++++++---------------- Platform/Android/Application.mk | 4 +- 2 files changed, 189 insertions(+), 184 deletions(-) diff --git a/Platform/Android/.cproject b/Platform/Android/.cproject index be484796f..7b77ea89a 100644 --- a/Platform/Android/.cproject +++ b/Platform/Android/.cproject @@ -1,13 +1,10 @@ - - - + - @@ -15,6 +12,7 @@ + @@ -40,188 +38,195 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Platform/Android/Application.mk b/Platform/Android/Application.mk index 65b7ab7d7..08201520b 100644 --- a/Platform/Android/Application.mk +++ b/Platform/Android/Application.mk @@ -1,4 +1,4 @@ APP_ABI := armeabi-v7a -APP_PLATFORM := android-11 -NDK_TOOLCHAIN_VERSION := 4.8 +APP_PLATFORM := android-19 +NDK_TOOLCHAIN_VERSION := 4.9 APP_STL := gnustl_static \ No newline at end of file