aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-05-05 19:43:44 +0200
committerMemphiz <memphis@machzwo.de>2013-05-05 19:44:58 +0200
commit1979fa24bdb9586fb2d60a91b8a464f0aa152428 (patch)
treef0903b1c1ec2e8193c5a85267c79418f07ba54a1 /docs
parentec01933a247542b746ff0940c6d4638d756562f8 (diff)
[droid] - adapted README - we work with the native NDK now - so remove the need for 3rd party crystax NDK
Diffstat (limited to 'docs')
-rw-r--r--docs/README.android22
1 files changed, 7 insertions, 15 deletions
diff --git a/docs/README.android b/docs/README.android
index a02d6dd75f..e83f06b2b2 100644
--- a/docs/README.android
+++ b/docs/README.android
@@ -40,27 +40,19 @@ If you run a 64bit operating system you will also need to get ia32-libs
-----------------------------------------------------------------------------
To develop XBMC for Android the Android SDK and NDK are required.
-Because the Android NDK is lacking support for wide characters (wchar_t)
-which XBMC relies on for Unicode implementation, a third-party NDK
-from Crystax is being used.
--------------------------------------------------------------------
3.1. Getting the Android SDK and NDK
--------------------------------------------------------------------
To get the Android SDK, go to http://developer.android.com/sdk and
-download the latest version for your operating system. The Crystax NDK
-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.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.
-
+download the latest version for your operating system. The NDK
+can be downloaded from http://developer.android.com/tools/sdk/ndk/
+
+[NOTICE] Compiling XBMC for Android requires at least Android NDK
+ Revision r8e. Android NDK Revision 7 and earlier do not work
+ properly for our cause.
+
After downloading the SDK and NDK extract the files contained in the
archives to your harddisk.