java.lang.UnsatisfiedLinkedError:dlopen failed: Library "libutils.so" not found

When I debug my Android project, I face this problem.
My IDE environment is Android Studio2.2.2. My AVD is Nexus_6_API23. Because my database package has a ContentProvider class and I create my related SQLite database with this packagem so I use ‘SQLiteDatabase.loadLibs(getContext());’ in this class and in all activities I not use ‘SQLDatabase.loadLibs(this);’. This is my situation. I don’

t know how to solve this problem, because libutils.so is not given in the SQLCipher’s zip.

Hi @leidongld

Based on the files within your package, it appears you are using an old version of SQLCipher for Android. You might consider integrating the latest version of the library. Additional details on integration can be found here.

Thank you sir. But where can I find the latest version of the library? Could you give me the link?

hi @leidongld

Additional information can be found here.