Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Sample app crashed on ZTE Blade v7 lite #143

Open
dmitriyTarasov opened this issue Oct 13, 2018 · 0 comments
Open

Sample app crashed on ZTE Blade v7 lite #143

dmitriyTarasov opened this issue Oct 13, 2018 · 0 comments

Comments

@dmitriyTarasov
Copy link

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)

@dmitriyTarasov dmitriyTarasov changed the title Sample app crashes on ZTE Blade v7 lite Sample app crashed on ZTE Blade v7 lite Oct 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant