diff options
Diffstat (limited to 'README.ANDROID')
-rw-r--r-- | README.ANDROID | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.ANDROID b/README.ANDROID index 386fba1b..f7eacdde 100644 --- a/README.ANDROID +++ b/README.ANDROID @@ -6,6 +6,7 @@ on Android, and later generate valid stack traces from the minidumps it generates. This release supports ARM, x86 and MIPS based Android systems. +This release requires NDK release r10c or higher. I. Building the client library: =============================== @@ -36,8 +37,8 @@ NOTE: The client library requires a C++ STL implementation, It has been tested succesfully with both STLport and GNU libstdc++ -II.1. Building with a standalone Android toolchain: ---------------------------------------------------- +I.2. Building with a standalone Android toolchain: +-------------------------------------------------- All you need to do is configure your build with the right 'host' value, and disable the processor and tools, as in: |