SQLCipher Integration issue

Hi,

I would like to update to the latest sqlcipher to make sure my app works in Android N. I currently have sqlcipher.jar as the binary and sqlcipher-3.0.2-sources.jar as the source.

I followed this link: SQLCipher for Android Release—Android N Support I removed all the related .so files and added compile ‘net.zetetic:android-database-sqlcipher:3.5.1@aar’ as a dependency.

When I launched the app, it took roughly 30 seconds to see the start up screen. The same link also said that if I used .jar files previously, I need to include one .so file. I would like to take that approach in order to improve the performance issue.

I followed this link to find the binary and .so files but didn’t find any: https://www.zetetic.net/sqlcipher/open-source/

Is it possible that I shouldn’t use sqlcipher.jar and sqlcipher-3.0.2-sources.jar? Or the names are different?

Please advise,

Neil