Closed MatijaNovosel closed 3 years ago
I have same issue
@rizkiawan-p @MatijaNovosel I had the same issue when I use this library in my project, however, when I run example project it was ok, so I made a few changes that match the example
After I made following changes, this error seems to be resolve, I copied following settings from example project in this repo. Add android.enableR8=true to gradle.properties
in build.gradle, use classpath 'com.android.tools.build:gradle:3.6.3'
and in app/build.gradle change the compileSdkVersion 29 and targetSdkVersion 29
It works, although I wouldn't consider downgrading those versions a practical solution. Thank you very much regardless!
Greetings, I've configured the package as it was intended, added the OCR activity and needed permissions, but when I tap on the scanning screen I am greeted by a crash of my entire app.
This is what the debug console has to say:
Is there any way to fix this, I used the 0.1.4 and 0.1.3 versions, both failed. My code is as follows:
And the AndroidManifest.xml in main is as follows: