アンドロイドスタジオを更新したときにこのエラーが発生しました。新しいプロジェクトを作成することは問題ありません。私は既存のプロジェクトを構築できません。zipファイルを開くことができませんでしたgradle依存キャッシュが壊れている可能性があります
私は、インターネットワーキングまして、私は再ダウンロードをクリックすると、このエラーは固定ではありません。 どうすればこの問題を解決できますか?私はインターネット上で見つけた多くの方法を試しましたが、運はありません。
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'cz.msebera.android:httpclient:4.4.1.1'
compile 'com.mcxiaoke.volley:library:1.0.18'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.github.florent37:materialtextfield:1.0.5'
compile 'com.googlecode.json-simple:json-simple:1.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
compile 'com.rengwuxian.materialedittext:library:2.1.4'
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'com.github.PhilJay:MPAndroidChart:v3.0.1'
compile 'com.github.sundeepk:compact-calendar-view:1.9.8'
compile 'com.github.bumptech.glide:glide:3.7.0'
}