hyperledger-iroha/iroha-android

Sample app crashed on ZTE Blade v7 lite

Opened this issue · 0 comments

Hello,
I tried run app on ZTE Blade v7 Lite and got crash on native library initialization, on emulator it works fine.

Log:
10-13 12:47:13.379 8359-8359/jp.co.soramitsu.iroha.android.sample E/AndroidRuntime: FATAL EXCEPTION: main
Process: jp.co.soramitsu.iroha.android.sample, PID: 8359
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_atexit" referenced by "/data/app/jp.co.soramitsu.iroha.android.sample-1/lib/arm/libirohajava.so"...
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:1076)
at jp.co.soramitsu.iroha.android.sample.SampleApplication.(SampleApplication.java:17)
at java.lang.Class.newInstance(Native Method)
at android.app.Instrumentation.newApplication(Instrumentation.java:1001)
at android.app.Instrumentation.newApplication(Instrumentation.java:986)
at android.app.LoadedApk.makeApplication(LoadedApk.java:582)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4932)
at android.app.ActivityThread.access$1600(ActivityThread.java:175)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1549)
at android.os.Handler.dispatchMessage(Handler.java:111)
at android.os.Looper.loop(Looper.java:207)
at android.app.ActivityThread.main(ActivityThread.java:5728)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)