Android NDK r10 is not yet supported for X86 platform (crash on launch)

This commit is contained in:
Gautier Pelloux-Prayer 2014-08-01 13:37:53 +02:00
parent 7b0ae3830e
commit 2597bc12a9

4
README
View file

@ -3,7 +3,7 @@
To build liblinphone for Android, you must:
0) download the Android sdk with platform-tools and tools updated to latest revision (at least API 16 is needed), then add both 'tools' and 'platform-tools' folders in your path.
1) download the Android ndk (>=r9d) from google and add it to your path (no symlink !!!).
1) download the Android ndk (>=r9d, < r10) from google and add it to your path (no symlink !!!).
2) install yasm, nasm, curl, ant, rsync and the autotools: autoconf, automake, aclocal, libtoolize, pkgconfig
On 64 bits linux systems you'll need the ia32-libs package
With the latest Debian (multiarch), you need this:
@ -39,6 +39,8 @@ To create an apk with a different package name, you need to edit the custom_rule
TROUBLESHOOTING
*****************************
Currently Android NDK 10 is NOT supported for X86 version, please use Android NDK 9d maximum.
If you encounter troubles with the make clean target and you are using the 8e android ndk, the solution can be found here: https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/3wIbb-h3nDU
If you built the app using eclipse, ensure you ran at least once the make command (see above steps 0 to 3) ! Else you'll have this exceptions: