google / music-synthesizer-for-android

Automatically exported from code.google.com/p/music-synthesizer-for-android
Apache License 2.0
416 stars 80 forks source link

UnsatisfiedLinkError at startup on LG Stylo and LG Stylo 2 #18

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi. Thank you for writing this synthesizer.

Opening my app that uses it on an LG Stylo and an LG Style 2 results in this error:

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_memclr8" referenced by "/data/app/com.thunderboltapps.tunetweak-1/lib/arm/libsynth.so"...
    at java.lang.Runtime.loadLibrary(Runtime.java:372)
    at java.lang.System.loadLibrary(System.java:1076)
    at com.levien.synthesizer.android.AndroidGlue.<clinit>(AndroidGlue.java:15)
    at com.levien.synthesizer.android.service.SynthesizerService.onCreate(SynthesizerService.java:95)
    at android.app.ActivityThread.handleCreateService(ActivityThread.java:2895)
    at android.app.ActivityThread.access$1900(ActivityThread.java:157)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1439)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:148)
    at android.app.ActivityThread.main(ActivityThread.java:5527)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)