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?

Flutterのビルドでプラグインエラー

Last updated at Posted at 2025-04-23

flutterのビルドで下記エラーが発生した。

Execution failed for task ':flutter_plugin_android_lifecycle:compileReleaseJavaWithJavac'.

対処方法は下記。

settings.gradleファイルの変更

 ファイルのpluginsセクションに次の行を追加または更新する

 id "com.android.application" version "8.3.2" apply false

gradle-wrapper.propertiesファイルの変更

 次の内容でファイルを更新する。

 distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip

上記ファイルを更新したあと、プロジェクトをクリーンして再ビルドする。

参考にした記事は下記。
https://github.com/flutter/flutter/issues/156307#issuecomment-2396404883

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?