Skip to content
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

Duplicate class found #15

Open
sallu-tech opened this issue Dec 7, 2022 · 6 comments
Open

Duplicate class found #15

sallu-tech opened this issue Dec 7, 2022 · 6 comments

Comments

@sallu-tech
Copy link

After adding the library in my app-level build.gradle file, I am now getting tons of error saying Duplicate class found. I checked my libs folder as well but it's empty. Almost tried all the solutions on StackOverflow but no luck. Any guesses?

@chirag-ji
Copy link
Owner

could you please share the details of classes, and problem details as well

@sallu-tech
Copy link
Author

sallu-tech commented Dec 11, 2022 via email

@sallu-tech
Copy link
Author

sallu-tech commented Dec 12, 2022 via email

@hmduc1603
Copy link

for those who got error, just add this in android (build.gradle)

configurations {
        all {
            exclude group: 'org.apache.poi', module: 'ooxml-schemas'
            exclude group: 'org.apache.poi', module: 'poi-ooxml-lite'
        }
    }

@chirag-ji
Copy link
Owner

please take a look at #14 (comment).

Thanks

@sallu-tech
Copy link
Author

sallu-tech commented Dec 14, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants