When I build current master with latest android-ndk-r12b I have app's crash at loading libsqlcipher.so :
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_memclr4" referenced by "/data/app/.../lib/arm/libsqlcipher.so"
Likely caused by android/ndk#120.
Work-around would be to update APP_PLATFORM=android-23 as shown here:
android/ndk#126
I will suggest pull-request shortly. Could be useful for those, who are building master by themselves.
When I build current master with latest
android-ndk-r12bI have app's crash at loadinglibsqlcipher.so:Likely caused by android/ndk#120.
Work-around would be to update
APP_PLATFORM=android-23as shown here:android/ndk#126
I will suggest pull-request shortly. Could be useful for those, who are building master by themselves.