Skip to content

Commit e481923

Browse files
committed
Merge pull request #32 from developernotes/master
Build Update
2 parents 8cdfd18 + e71ee6a commit e481923

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
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. 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+
Recursively copy the =libs= directory into the root of your application, you will also need the =assets= directory copied into the root of your application folder. A detailed set of instructions and further customization can be found [[http://sqlcipher.net/sqlcipher-for-android/][here]].
7979

8080
*** Final Notes
8181

default.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target=android-7

0 commit comments

Comments
 (0)