Skip to content

Commit a6f071f

Browse files
Adjustment to the build instructions
1 parent feade3a commit a6f071f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In order to build android-database-sqlcipher from source you will need both the
7575
: # to build the source
7676
: make
7777

78-
Copy =libsqlcipher_android.so= in =external/libs/armeabi= and =libdatabase_sqlcipher.so= in =jni/libs/armeabi= to your application =libs/armeabi= folder. Copy the =sqlcipher.jar= file in =bin/classes= to your =libs= directory. Finally, copy the =icudt44l.zip= file in the =assets= directory to your =assets= directory. Finally, you will need to copy =commons-codec.jar= and =guava-r09.jar= located in the =libs= directory into your application =libs= directory.
78+
Copy =libsqlcipher_android.so= in =external/libs/armeabi= and =libdatabase_sqlcipher.so= in =jni/libs/armeabi= to your application =libs/armeabi= folder. Copy the =sqlcipher.jar= file in =bin/classes= to your =libs= directory. Copy the =icudt44l.zip= file in the =assets= directory to your =assets= directory. Finally, you will need to copy =commons-codec.jar= and =guava-r09.jar= located in the =libs= directory into your application =libs= directory.
7979

8080
*** Final Notes
8181

0 commit comments

Comments
 (0)