harjot-oberai / MusicDNA

A Music Player for android that renders beautiful DNA(Visualization) of the currently playing music.
Other
2.83k stars 582 forks source link

Could not expand ZIP #73

Open SArsalanK opened 4 years ago

SArsalanK commented 4 years ago

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 commented 4 years ago

无法展开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 commented 4 years ago

same error any suggestion?

develoboi commented 4 years ago

Anyone got the solution ? @thorvx @AnserBaby @SArsalanK

Zweihui commented 3 years ago

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