Feared to the core when i see this issue occurring on my Android N device.
But relieved after going through several related links and finally found these links, cleared my blues away
If you are using previous usage.
Alternately, if your previous usage of SQLCipher for Android was packaged as a zip archive that included 3 .so files per platform (i.e., libdatabase_sqlcipher.so, libsqlcipher_android.so, and libstlport_shared.so), you should remove all of those. Our new packaging will only include one .so file (i.e., libsqlcipher.so) for each native platform. In addition to the different native libraries, you should also remove the ICU zip file (i.e., icudt46l.zip) previously included within the assets directory of your application.
and you should remove SqlCipher jar files also.
And followed this link
https://www.zetetic.net/sqlcipher/sqlcipher-for-android/
these links helped a lot.
I see my app size also reduced from 9.79 MB to 3.88 MB, that’s cool.
Thank you so much for your team effort to bring out of this issue. I also see its simple to integrate now.
I can’t say enough Thanks to you. So just saying Thanks a Ton