diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-12-04 18:49:27 -0500 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-12-04 18:49:30 -0500 |
commit | 0fa03bafb787722f3abe26dd2b6916b4de07631c (patch) | |
tree | a30328aede3808f74f28007c56c30ee41b9d391d /docs/README.android | |
parent | 141fb530ad6654ccad362d061f7648499670d31d (diff) |
[droid] Update docs to reflect which ndk to use
Updating to android-ndk-r7-crystax-5.beta3 fixes the Jellybean startup crash.
Diffstat (limited to 'docs/README.android')
-rw-r--r-- | docs/README.android | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/README.android b/docs/README.android index 8d9be17073..7735485e5a 100644 --- a/docs/README.android +++ b/docs/README.android @@ -55,7 +55,11 @@ can be downloaded from http://www.crystax.net/en/android/ndk [NOTICE] Compiling XBMC for Android requires at least Crystax Android NDK Revision 7b. Crystax Android NDK Revision 7 and earlier do not work properly for our cause. The corresponding Crystax NDK version - is android-ndk-r7-crystax-5. Do not use the standard Android NDK. + is android-ndk-r7-crystax-5.beta3 Do not use the standard Android NDK. + +[NOTICE] We previously used android-ndk-r7-crystax-5.beta2, but it produced + binaries that would NOT run on Jellybean 4.2. At this time, + android-ndk-r7-crystax-5.beta3 is required. After downloading the SDK and NDK extract the files contained in the archives to your harddisk. |