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

Could not expand ZIP #73

Open
SArsalanK opened this issue Oct 16, 2019 · 4 comments
Open

Could not expand ZIP #73

SArsalanK opened this issue Oct 16, 2019 · 4 comments

Comments

@SArsalanK
Copy link

Could not expand ZIP '/Users/apple/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.6/9180733b7df8542621dc12e21e87557e8c99b8cb/gson-2.8.6.jar'.

@AnserBaby
Copy link

无法展开ZIP'/Users/apple/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.6/9180733b7df8542621dc12e21e87557e8c99b8cb/gson-2.8.6.jar'。

me too,no this project

@thorvx
Copy link

thorvx commented Feb 5, 2020

same error
any suggestion?

@develoboi
Copy link

Anyone got the solution ? @thorvx @AnserBaby @SArsalanK

@Zweihui
Copy link

Zweihui commented Nov 28, 2020

compile ('bz.tsung.android:objectify:1.1.1') {
exclude(group: 'com.google.code.gson', module: 'gson')
}
compile ('com.squareup.retrofit2:converter-gson:2.1.0') {
exclude(group: 'com.google.code.gson', module: 'gson')
}
compile files('src/main/libs/gson-2.8.0.jar')
This can solve

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

5 participants