This repository was archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Text relocations crash using Marshmallow #170
Comments
Also getting this, can new libs be made ? |
@aaronennis5778 @chrisfoulds This issue has been fixed from 1.8.3 and above (Ref: #123 ) |
What @rajeefmk said. Thank you guys |
@aaronennis5778 @chrisfoulds @dm77
|
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using both the zxing and zbar libraries, there are crashes related to text relocations using Marshmallow.
java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.harristeeter.htmobile-1/lib/arm/libiconv.so: has text relocations
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:1076)
at me.dm7.barcodescanner.zbar.ZBarScannerView.(ZBarScannerView.java:32)
at com.harristeeter.htmobile.activities.SimpleScannerActivity.onCreate(SimpleScannerActivity.java:19)
at android.app.Activity.performCreate(Activity.java:6251)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
at android.app.ActivityThread.-wrap11(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
The text was updated successfully, but these errors were encountered: