Credntia / MVBarcodeReader

A Barcode scanner library for Android. Uses the Google Play Services' mobile vision api for barcode detection.
Apache License 2.0
68 stars 22 forks source link

java.lang.NoClassDefFoundError: Failed resolution of: Lonline/devliving/mobilevisionpipeline/camera/CameraSourcePreview$PreviewScaleType #39

Closed Dandriel closed 6 years ago

Dandriel commented 6 years ago

In version 1.1.4 have error on start scan. if i change version in build.gradle to 1.1.3 all work perfect.

java.lang.NoClassDefFoundError: Failed resolution of: Lonline/devliving/mobilevisionpipeline/camera/CameraSourcePreview$PreviewScaleType;
    at devliving.online.mvbarcodereader.BarcodeCaptureFragment.<init>(BarcodeCaptureFragment.java:60)
    at devliving.online.mvbarcodereader.BarcodeCaptureFragment.instantiate(BarcodeCaptureFragment.java:80)