Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

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

Open
ghost opened this issue Apr 6, 2017 · 0 comments
Open

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

ghost opened this issue Apr 6, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 6, 2017

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)
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

0 participants