diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-02-26 19:11:30 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-02-26 19:11:30 +0100 |
commit | 7907c79108b02d8679f7aec098760ea30d6d576e (patch) | |
tree | 9b3fb5f5eb6ccb014acff3bfc451859fac747f61 /docs | |
parent | e63526096752a48e9e5dcf310b645e7f33a7c69e (diff) |
[android] bump to NDK 10e
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.android b/docs/README.android index a1cd0626f1..014aebfa2c 100644 --- a/docs/README.android +++ b/docs/README.android @@ -76,7 +76,7 @@ f. Once you have your hdd image with case sensitive hfs+ file system do all step example the hdd image is mounted on /Volumes/android-dev. $ ./configure --with-tarballs=/Users/Shared/xbmc-depends/tarballs --host=arm-linux-androideabi \ --with-sdk-path=/Volumes/android-dev/android/android-sdk-macosx \ - --with-ndk=/Volumes/android-dev/android/android-ndk-r10d \ + --with-ndk=/Volumes/android-dev/android/android-ndk-r10e \ --with-toolchain=/Volumes/android-dev/android/android-toolchain-arm/android-17 \ --prefix=/Volumes/android-dev/android/xbmc-depends @@ -89,7 +89,7 @@ download the latest version for your operating system. The NDK can be downloaded from http://developer.android.com/tools/sdk/ndk/ [NOTICE] Compiling Kodi for Android requires Android NDK - Revision at least 10d. For the SDK just use the latest available. + Revision at least 10e. For the SDK just use the latest available. It will work. After downloading the SDK and NDK extract the files contained in the @@ -97,7 +97,7 @@ archives to your harddisk. For our example we are extracting in the following directories (this matches the example from tools/depends/README as well): NDK (referenced as <android-ndk> from now on): -/opt/android-ndk-r10d +/opt/android-ndk-r10e TOOLCHAIN (arm) (referenced as <android-toolchain-arm> from now on): /opt/arm-linux-androideabi-4.8-vanilla/android-17 |