couldn't find "liblua.so" issue

Model: Samsung Galaxy Note 8

It throws an Error again. )-:


Fatal Exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file “/data/app/com.wonhada.test-1/base.apk”],nativeLibraryDirectories=[/data/app/com.wonhada.test-1/lib/arm64, /data/app/com.wonhada.test-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn’t find “liblua.so”

       at java.lang.Runtime.loadLibrary0(Runtime.java:984)

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

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

       at com.ansca.corona.JavaToNativeShim.useJavaLuaErrorHandler(JavaToNativeShim.java:261)

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

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

       at com.ansca.corona.CoronaEnvironment.addRuntimeListener(CoronaEnvironment.java:434)

       at com.wonhada.test.CoronaApplication.onCreate(CoronaApplication.java:22)

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

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

       at android.app.ActivityThread.-wrap2(ActivityThread.java)

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

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

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

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

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

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

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


Looks like something is still trying to use arm64. While we are working on support for that, we only support armv7.

Rob

Thank you, Rob.

I installed the Fabric. (https://fabric.io)

How can I use only armv7?

Now, I guess new mobiles need arm64.

I trust Corona supports it. Cheers! :slight_smile:

We are working on arm64 support, but I have no idea when it will be ready. It could be months away or longer. You should contact Fabric and see if they have an arm7 compatible library.  We don’t have a relationship with Fabric and can’t provide support for their SDK.

Rob

Thank you very much! :slight_smile:
I’ll do my best.

Looks like something is still trying to use arm64. While we are working on support for that, we only support armv7.

Rob

Thank you, Rob.

I installed the Fabric. (https://fabric.io)

How can I use only armv7?

Now, I guess new mobiles need arm64.

I trust Corona supports it. Cheers! :slight_smile:

We are working on arm64 support, but I have no idea when it will be ready. It could be months away or longer. You should contact Fabric and see if they have an arm7 compatible library.  We don’t have a relationship with Fabric and can’t provide support for their SDK.

Rob

Thank you very much! :slight_smile:
I’ll do my best.