diff options
author | Cory Fields <foss@atlastechnologiesinc.com> | 2012-12-05 11:29:21 -0800 |
---|---|---|
committer | Cory Fields <foss@atlastechnologiesinc.com> | 2012-12-05 11:29:21 -0800 |
commit | 77130a863e20e4f719afcf08bf50c4695ed55726 (patch) | |
tree | 84243a2bdf788c843307c0bcbdc9f38fe74c46b1 | |
parent | 8b180153120052171a48c68b1de88bdc10e69f12 (diff) | |
parent | 0fa03bafb787722f3abe26dd2b6916b4de07631c (diff) |
Merge pull request #1890 from theuni/JellyBeanFix
[droid] Update docs to reflect new crystax NDK
-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. |