0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Android Studio】Failed to open zip file.と表示されてビルドできなくなった

Last updated at Posted at 2020-12-28

#Failed to open zip file.と表示されてビルドできなくなった
Failed to open zip file.
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
と表示され、ビルドできなくなった。
####~目次~
0.結論
1.状況
2.解決方法

##0.結論
「C:\Users\ユーザー名\.gradle」をフォルダごと削除する。

##1.状況
プロジェクトのgradleファイルを開いたら、
「You can configure Gradle wrapper to use distribution with sources. It will provide IDE with Gradle API/DSL documentation.」
(ソースで配布を使用するようにGradleラッパーを構成できます。 IDEにGradleAPI / DSLドキュメントを提供します。:Google翻訳)
と言われたので、よくわからなかったが、「Ok,apply suggestion!」(おっけー、適用する!)を選んだ結果、ダウンロードが始まった。
gradle.png

しかし途中でネットワーク環境がとぎれてしまい、ダウンロードが中断された。
結果以下のエラーが表示された。

Failed to open zip file.
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)

「this sometimes occurs after a network connection timeout.」
(このエラーはしばしばネットワーク接続タイムアウトの時におこります。)
と書いてあったのでネットワークに再接続して再度ダウンロードを試みたが、毎回同じエラーになった。

##2.解決方法

  • 「C:\Users\ユーザー名\.gradle」をフォルダごと削除する。

全バージョンのgradleファイルを消してしまうため抵抗はあったが、gradle内の必要なファイルはプロジェクトを開くと自動で再ダウンロードしてくれるため問題なかった。
(ダウンロードに時間はかかる。)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?