1
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 1 year has passed since last update.

AndroidStudioとgradleとpluginのバージョンメモ

Posted at

記事の目的

  • AndroidStudioのgradleとそのPluginの書かれてる場所のメモ
  • 対応するバージョンの見方のメモ
  • AndroidStudioのバージョンとの兼ね合い

混乱したところ

  • "Gradle"と呼ばれるものと、"GradlePlugin"と呼ばれるものは別物。
  • "Gradle"だけあってもAndroidアプリをつくれないので、"GradlePlugin"を入れる必要がある

AndroidStudioのgradleのバージョンが書いてあるところ

gradle-wrapper.popertiesのdistributionPath

↓7.5
スクリーンショット 2022-11-11 18.18.27.png

GradleのPluginのバージョンが書いてあるところ

build.gradle

↓7.3.1
スクリーンショット 2022-11-11 18.20.55.png

gradleとそのpluginは対応するバージョンがあるので確認する

(例)pluginのバージョンが7.3の時のgradleバージョンは最低でも7.4ないといけないが、私は7.5を設定しているのでOK
スクリーンショット 2022-11-11 18.16.49.png

AndroidStudioのバージョンとの兼ね合い

じゃあpluginのバージョンを7.4にすればいいじゃん、となるが、
私はAndroidStudioのバージョンがDolphinなので、
下の表より、Dolphinはplunginの最高が7.3。
よってpluginを7.4にできない。
スクリーンショット 2022-11-11 18.33.29.png

1
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
1
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?