Skip to content

Commit 3050487

Browse files
Update README to reflect the recommended NDK version for building
1 parent 2f9d75c commit 3050487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Notepadbot is a sample application pulled from the standard Android samples code
5959

6060
*** Building
6161

62-
In order to build android-database-sqlcipher from source you will need both the Android SDK as well as Android NDK. To complete the =make init= command, you will need the =android-19= platform installed from the SDK. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
62+
In order to build android-database-sqlcipher from source you will need both the Android SDK as well as Android NDK. We currently recommend using Android NDK version r9d as more current versions such as r10d and r10e cause crashes on the x86 platform. To complete the =make init= command, you will need the =android-19= platform installed from the SDK. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
6363

6464
: # this only needs to be done once
6565
: make init

0 commit comments

Comments
 (0)