Closed AgustinV08 closed 5 years ago
Had this problem also. The solution was found here
CSelts solution works best for me.
A more elegant way to add these lines to your app.gradle file in app/App_Resources/Android
configurations { compile.exclude group: 'com.google.zxing' }
Thanks, it work perfectly!
@benlooi thanks, had the same issue with my Nativescript app
Thanks, it work perfectly!
Execution failed for task ':app:checkDebugDuplicateClasses'.