UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_memclr" on devices with android 6.0

When I run my app on some devices (ZenPad 8.0, Moto G (3rd Gen), Galaxy J2 Prim), all with android 6.0, on runtime has this error:

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol “__aeabi_memclr” referenced by “/data/app/com.company.android.myapp-1/lib/arm/libcocos2dcpp.so”…
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:1076)
at org.cocos2dx.lib.Cocos2dxActivity.d(Unknown Source)
at org.cocos2dx.lib.Cocos2dxActivity.onCreate

Some specs:

PROP_TARGET_SDK_VERSION=26
PROP_COMPILE_SDK_VERSION=26
PROP_MIN_SDK_VERSION=19
PROP_APP_ABI=armeabi-v7a:arm64-v8a