Skip to content Skip to sidebar Skip to footer

Java.lang.unsatisfiedlinkerror: Dlopen Failed: Cannot Locate Symbol "__aeabi_memmove4"

I've used NDK cross compiled many different version of library and used them in my Android application. They just work fine, until final release of my app, my fellow worker have te

Solution 1:

So I finally solved the problem by upgrading the APP-PLATFORM in my Android.mk file from 8 to 17, which is my targetSDKversion, so the error is gone.


Post a Comment for "Java.lang.unsatisfiedlinkerror: Dlopen Failed: Cannot Locate Symbol "__aeabi_memmove4""