2017-03-06 11 views
3

アンドロイドスタジオを更新したときにこのエラーが発生しました。新しいプロジェクトを作成することは問題ありません。私は既存のプロジェクトを構築できません。zipファイルを開くことができませんでしたgradle依存キャッシュが壊れている可能性があります

Showing error

私は、インターネットワーキングまして、私は再ダウンロードをクリックすると、このエラーは固定ではありません。 どうすればこの問題を解決できますか?私はインターネット上で見つけた多くの方法を試しましたが、運はありません。

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' 
} 

答えて

4

プロジェクトディレクトリからgradlewrapperフォルダを削除します。

2

まずためのGradle-3.3を使用して:~/.gradle/wrapper/dists/gradle-3.3-all/55gk2rcmfc6p2dg9u9ohc3hw9/gradle-3.3-all.zipgradle.zipを削除します。

2番目:プロジェクトディレクトリからgradlewrapperフォルダを削除します。

最終:プロジェクトのresync gradleファイル。

関連する問題