From bbee93dfe8de180be6b203e47ef24848c35c2ff1 Mon Sep 17 00:00:00 2001 From: Deve Date: Fri, 14 Jul 2017 22:00:47 +0200 Subject: [PATCH] Update readme and generate_assets script. The issues on android 4.4 + qualcomm should be already fixed in 8653d410f8a3a35175e87d413bc3229bbb9f8fae and d44802a4825f765645d63bca25ef697a83a47ce7 I also added few lightweight tracks and karts to the apk --- android/README.ANDROID | 12 ++++-------- android/generate_assets.sh | 7 ++++--- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/android/README.ANDROID b/android/README.ANDROID index 00aafe5f7..d0d0bc48f 100644 --- a/android/README.ANDROID +++ b/android/README.ANDROID @@ -44,7 +44,7 @@ and extract it to stk-code/lib. It contains sources of libraries that are used in STK, but are not availiable in stk-code repository (curl, freetype, openal). You need also Android SDK for android-19 platform (the API for Android 4.4) and -Android NDK (versions r12b and r13b have been tested). +Android NDK r12b. You need to create proper "android-sdk" and "android-ndk" symlinks in the directory with Android project, so that the compilation script will have access @@ -166,18 +166,14 @@ and then: It seems to affect only Android 5.0. More information about the crash: https://code.google.com/p/android/issues/detail?id=160824 -4. STK crashes on Qualcomm with Adreno 305 when trying to draw menu interface. - Backtrace shows glDrawElements function, and internally crashed in vbo - allocation. - -5. STK crashes on startup on some devices when aarch64 build is made using +4. STK crashes on startup on some devices when aarch64 build is made using Android r13 NDK. The r13 version has rather big modifications (it uses clang instead of gcc by default). This is probably a bug in NDK/compiler/OS, but for this reason using NDK r12 for 64-bit arm compilation is preferred. -6. Angelscript doesn't have full support for aarch64 builds, so that scripting +5. Angelscript doesn't have full support for aarch64 builds, so that scripting won't work on this platform. -7. Turning left/right using accelerometer is available, but at this stage the +6. Turning left/right using accelerometer is available, but at this stage the default screen orientation is not automatically detected and user must manually choose if he needs "phone" or "tablet" accelerometer. diff --git a/android/generate_assets.sh b/android/generate_assets.sh index 6f4fde08a..b76822c6a 100755 --- a/android/generate_assets.sh +++ b/android/generate_assets.sh @@ -19,10 +19,11 @@ ################################################################################ -export KARTS="gnu nolok tux xue" +export KARTS="elephpant gnu nolok pidgin suzanne tux xue" export TRACKS="battleisland cornfield_crossing featunlocked gplose gpwin \ hacienda introcutscene introcutscene2 lighthouse olivermath \ - overworld snowmountain snowtuxpeak soccer_field tutorial" + overworld sandtrack scotland snowmountain snowtuxpeak \ + soccer_field tutorial" export ASSETS_PATHS="../data \ ../../stk-assets \ @@ -39,7 +40,7 @@ export SOUND_SAMPLE=32000 export RUN_OPTIMIZE_SCRIPT=0 export DECREASE_QUALITY=1 -export CONVERT_TO_JPG=0 +export CONVERT_TO_JPG=1 export BLACKLIST_FILES="data/music/cocoa_river_fast.ogg2"