-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build.gradle fails to resolve :libsmartscanner-debug and :libsmartscanner-mrz-parser #20
Comments
I ended up manually adding the files from the source repository into my project. Afterwards, there were some issues with the AndroidManifest (specifically, android:exported needed to be explicitly stated for the activity) that needed to be fixed but I was finally able to build successfully for Android! |
Related #9 |
I had tried that but it led to the issues detailed in #22 , maybe I was getting the .aar files from the wrong place? Did you use the ones provided in the master branch of this repo or elsewhere? I'm not actively using this library on my work assignment anymore but I'd still like to do what I can to help resolve this issue. |
Thanks for the help. |
Current Behaviour
The build.gradle script is unable to resolve these required dependencies, preventing the Android Capacitor app from running successfully.
Expected Behaviour
App should successfully build and run on an Android emulator
Steps to Reproduce the Problem
Context
Windows 11, Node LTS, Android Studio 2022.1.1 (Electric Eel), JDK 11, Gradle 7.2.1 (Have also tried with 7.4.1 but no difference there)
The text was updated successfully, but these errors were encountered: