Android Nougat: Detected problems with app native libraries

Pinki picture Pinki · Apr 4, 2017 · Viewed 13.8k times · Source

we just upgrade our Nexus 96 to Android N and now get the following popup while working with our app: enter image description here

give me some suggestions

Answer

pRaNaY picture pRaNaY · Apr 4, 2017

Check reported same issue: https://github.com/litehelpers/Cordova-sqlcipher-adapter/issues/41

Now it has already been resolved.

For reference:

sqlcipher/android-database-sqlcipher#216

You can check SQLCipher for Android Release—Android N Support on below link:

https://discuss.zetetic.net/t/sqlcipher-for-android-release-android-n-support/1465

EDIT:

You can also check NDK Apps Linking to Platform Libraries for private libraries usage.

Check "Update your app" section which provides steps to fix these types of errors.