im trying to use the firebase-ml-kit to scan a Code_128. I implemented it according to the readme and it works fine on ios.
But if i try to build it for Android, i get the following Error:
Execution failed for task ':app:mergeDexDebug'.
Error: Type com.google.firebase.ml.vision.barcode.internal.zzf is referenced as an interface from `com.google.firebase.ml.vision.barcode.zza`.
Unable to apply changes on device: emulator-5554. Error is: Command ./gradlew failed with exit code 1.`
Hi,
im trying to use the firebase-ml-kit to scan a Code_128. I implemented it according to the readme and it works fine on ios. But if i try to build it for Android, i get the following Error:
Unable to apply changes on device: emulator-5554. Error is: Command ./gradlew failed with exit code 1.`
My
app.gradle:
I added the following to the
AndroidManifest.xml:
My
firebase.nativescript.json: