aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl/How_to_Build.txt
diff options
context:
space:
mode:
authorlubomyr2018-01-01 21:24:10 +0200
committerEugene Sandulenko2018-01-26 13:51:38 +0100
commitaa56b7fca915e618e74a0155d9a9ed46561693cb (patch)
treec7e3fd9b048ae6278ae46d86e48452bf3272a1ce /dists/androidsdl/How_to_Build.txt
parent425061f442520a0214aec1066c5092717b9ec18c (diff)
downloadscummvm-rg350-aa56b7fca915e618e74a0155d9a9ed46561693cb.tar.gz
scummvm-rg350-aa56b7fca915e618e74a0155d9a9ed46561693cb.tar.bz2
scummvm-rg350-aa56b7fca915e618e74a0155d9a9ed46561693cb.zip
ANDROIDSDL: updated how_to_build instructions. Latest NDK r16b not supported by pelya(s) libSDL, supported ndk version is r15c
Diffstat (limited to 'dists/androidsdl/How_to_Build.txt')
-rw-r--r--dists/androidsdl/How_to_Build.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/dists/androidsdl/How_to_Build.txt b/dists/androidsdl/How_to_Build.txt
index 16c485886d..0e5afb13ff 100644
--- a/dists/androidsdl/How_to_Build.txt
+++ b/dists/androidsdl/How_to_Build.txt
@@ -1,10 +1,12 @@
1) At first, for building you need (64bit) linux.
-2) Install Android SDK and NDK (You can unpack them into ~/android directory), and download required tools.
+2) Install Android SDK and NDK (You can unpack them into ~/Android directory), and download required tools.
- https://developer.android.com/ndk/downloads/index.html
https://developer.android.com/studio/index.html (you can download GUI Android Studio with SDK (which installs
from studio) or download command-line tools)
+
+At current moment (01.01.2018) latest NDK version r16b not supported by pelya's liBSDL, so you need to use previous version r15c
+ https://developer.android.com/ndk/downloads/older_releases.html
Download this:
@@ -29,9 +31,8 @@ Script:
#!/bin/sh
export ANDROID_HOME=~/Android/android-sdk
- export ANDROID_NDK_HOME=~/Android/Sdk/ndk-bundle
- export PATH=$ANDROID_NDK_HOME:$ANDROID_HOME/tools:$PATH
- export PATH=$ANDROID_HOME/build-tools/25.0.2:$PATH
+ export ANDROID_NDK_HOME=~/Android/android-ndk-r15c
+ export PATH=$ANDROID_NDK_HOME:$ANDROID_HOME/tools:$PATH
5) Install packages, which needs for build: