I expected that the icudt46l.zip localization data file is not needed, but if I do not include it in Nexus 5, I get a runtime error:
E/AndroidRuntime(4341): Caused by: net.sqlcipher.database.SQLiteException: not an error
This means that SQLCipher for Android requires a total of 7 MB of additional files :
- 2.7 MB of assets / icudt 46l.zip
- 0.2MB lib / armeabi / libdatabase_sqlcipher.so
- 2.3MB lib / armeabi / libsqlcipher_android.so
- 0.4MB lib / armeabi / libstlport_shared.so
- 0.1MB lib / commons-codec.jar
- 1.1MB lib / guava-r09.jar
- 0.1MB lib / sqlcipher.jar
Does everyone else need to include the icudt46l.zip file?
source share