android – 经过一段时间条码扫描程序抛出java.lang.UnsatisfiedLinkError

android – 经过一段时间条码扫描程序抛出java.lang.UnsatisfiedLinkError,第1张

概述我有一个条形码扫描仪使用新的 android视觉库,在我的设备和其他几个完美的工作.但突然它停止工作,我在日志中看到以下异常: No implementation found for com.google.android.gms.vision.barcode.internal.NativeBarcode[] com.google.android.gms.vision.barcode.interna 我有一个条形码扫描仪使用新的 android视觉库,在我的设备和其他几个完美的工作.但突然它停止工作,我在日志中看到以下异常:

No implementation found for com.Google.androID.gms.vision.barcode.internal.Nativebarcode[] com.Google.androID.gms.vision.barcode.internal.NativebarcodeDetector.recognizeBufferNative(int,int,java.nio.ByteBuffer,com.Google.androID.gms.vision.barcode.internal.NativeOptions) (trIEd Java_com_Google_androID_gms_vision_barcode_internal_NativebarcodeDetector_recognizeBufferNative and Java_com_Google_androID_gms_vision_barcode_internal_NativebarcodeDetector_recognizeBufferNative__IILjava_nio_ByteBuffer_2Lcom_Google_androID_gms_vision_barcode_internal_NativeOptions_2)E/CameraSource: Exception thrown from receiver.E/CameraSource: java.lang.UnsatisfIEdlinkError: No implementation found for com.Google.androID.gms.vision.barcode.internal.Nativebarcode[] com.Google.androID.gms.vision.barcode.internal.NativebarcodeDetector.recognizeBufferNative(int,com.Google.androID.gms.vision.barcode.internal.NativeOptions) (trIEd Java_com_Google_androID_gms_vision_barcode_internal_NativebarcodeDetector_recognizeBufferNative and Java_com_Google_androID_gms_vision_barcode_internal_NativebarcodeDetector_recognizeBufferNative__IILjava_nio_ByteBuffer_2Lcom_Google_androID_gms_vision_barcode_internal_NativeOptions_2)E/CameraSource:     at com.Google.androID.gms.vision.barcode.internal.NativebarcodeDetector.recognizeBufferNative(Native Method)E/CameraSource:     at com.Google.androID.gms.vision.barcode.internal.NativebarcodeDetector.a(Sourcefile:39)E/CameraSource:     at com.Google.androID.gms.vision.barcode.internal.clIEnt.c.onTransact(Sourcefile:61)E/CameraSource:     at androID.os.Binder.transact(Binder.java:380)E/CameraSource:     at com.Google.androID.gms.vision.barcode.internal.clIEnt.zzb$zza$zza.zza(UnkNown Source)E/CameraSource:     at com.Google.androID.gms.vision.barcode.internal.clIEnt.zzd.zza(UnkNown Source)E/CameraSource:     at com.Google.androID.gms.vision.barcode.barcodeDetector.detect(UnkNown Source)E/CameraSource:     at com.Google.androID.gms.vision.Detector.receiveFrame(UnkNown Source)E/CameraSource:     at com.Google.androID.gms.vision.CameraSource$zzb.run(UnkNown Source)E/CameraSource:     at java.lang.Thread.run(Thread.java:818)

测试barcodeDetector.isOperational()返回true.
有人有想法吗?

解决方法 根据Google Play Services 8.1重新编译您的应用程序可能会有所帮助.此解决方法将于 https://developers.google.com/vision/release-notes出现. 总结

以上是内存溢出为你收集整理的android – 经过一段时间条码扫描程序抛出java.lang.UnsatisfiedLinkError全部内容,希望文章能够帮你解决android – 经过一段时间条码扫描程序抛出java.lang.UnsatisfiedLinkError所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1127908.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存