Closed
Description
The BUILD
file in the repo root needs to be updated to reflect the x86 directory. I suggest perhaps changing:
cp libs/armeabi/libsqlcipher_android.so ../libs/armeabi
to:
cp -R libs/* ../libs
(and likewise for the cp libs/armeabi/libdatabase_sqlcipher.so ../libs/armeabi
line)
Also, BUILD
does not include instructions for creating sqlcipher.jar
.
Metadata
Metadata
Assignees
Labels
No labels