java.lang.UnsatisfiedLinkError

I use Corona 2018.3410 to bulid my app. after I upload my app to google, I saw a lot of error about java.land.UnsatisfiedLinkError. I looked into my code, the error was caused by

com.ansca.corona.CoronaEnvironment.addRuntimeListener(new CoronaApplication.CoronaRuntimeEventHandler());

, and the photo shows The device model where the error occurred.  It’s confusing, and I dont know what happened, can anyone help me?

java.lang.UnsatisfiedLinkError :

 

at java.lang.Runtime.loadLibrary (Runtime.java:358)

 

at java.lang.System.loadLibrary (System.java:526)

 

at com.ansca.corona.JavaToNativeShim.<clinit> (JavaToNativeShim.java:116)

 

at com.ansca.corona.CoronaEnvironment.setLuaErrorHandler (CoronaEnvironment.java:391)

 

at com.ansca.corona.CoronaEnvironment.<clinit> (CoronaEnvironment.java:50)

 

at com.XX.XXXX.CoronaApplication.onCreate (CoronaApplication.java:47)

 

at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1007)

 

at android.app.ActivityThread.handleBindApplication (ActivityThread.java:4384)

 

at android.app.ActivityThread.access$1500 (ActivityThread.java:138)

 

at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1296)

 

at android.os.Handler.dispatchMessage (Handler.java:102)

 

at android.os.Looper.loop (Looper.java:149)

 

at android.app.ActivityThread.main (ActivityThread.java:5061)

 

at java.lang.reflect.Method.invokeNative (Native Method)

 

at java.lang.reflect.Method.invoke (Method.java:515)

 

at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:787)

 

at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:603)

 

at dalvik.system.NativeStart.main (Native Method)

Can you share your build.settings with us?

Rob

Can you share your build.settings with us?

Rob