Android

AndroidStudio3.1で新規プロジェクト作成したらGradle project sync failed.

2018年5月1日

目次Category


Android Studio 3.1

Android Studio 3.1安定版がリリースされていたようなので試してみました。

確認した日付 2018/05/01

前提

  • 普通にNew Projectから作成
  • Build Tools Version 27.0.3以上

Gradle project sync failed.

 

スクリーンショット 2018-05-01 12.16.02

 

いきなりエラーになりました。

Failed to open zip file.
Gradle’s dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
Re-download dependencies and sync project (requires network)

Gradleのsyncに失敗しているみたいなのでバージョンを確認

File -> Project Structure -> Project

 

スクリーンショット 2018-05-01 12.05.12

 

公式のプラグインのバージョンとGradleバージョンを確認

https://developer.android.com/studio/releases/gradle-plugin

スクリーンショット 2018-05-01 12.09.49

 

どうみてもPlugin3.1の場合Gradle4.4以上にしろと書いてあるので、合っているはず…

 

試しに4.5に上げてみます。

 

スクリーンショット 2018-05-01 12.13.30

スクリーンショット 2018-05-01 12.19.53

 

通りました。

 

謎です。

3.1のバグっぽいのでそのうち直るかもしれません。

 

この記事を書いた人

tatsuya_jinmon

tatsuya_jinmon