-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot add library into my project because of java.util.zip.ZipException #17
Comments
@TheCrafter please show me your app build.gradle dependencies - i try to reproduce this issue |
Yeah of course. There you go:
|
I'm facing the same issue |
Sorry, but at the moment I'm very busy, as soon as I can, once'll |
@TheCrafter @germancampagno i trying to reproduce this issue but I never got to achieve the same result as you can you provide more info as Android Studio and gradle version? |
They were both latest version at the time. I think neither gradle nor Android Studio have been updated since then. Maybe @germancampagno can provide more info |
You can exclude the support-compat library on your build.gradle, like this: |
@damai007 thank you i add this in Readme as a known issue with temporary solution |
After migration to androidx this issue must be solved |
When I try to build the project I get this error
How can I solve this?
The text was updated successfully, but these errors were encountered: