LoginSignup
1
0

More than 1 year has passed since last update.

【Flutter】A problem was found with the configuration of task ':app:processDebugResources' のエラー対策

Posted at

目的

AndroidStudio で Flutter×Android の実行を行った時に発生したエラー A problem was found with the configuration of task ':app:processDebugResources' の対策

実行環境

OS : MacOS
PC : MacBookPro M1Pro
コマンド : ターミナル
開発環境 : AndroidStudio

① : ターミナルで "flutter doctor" を実行し、Androidのバージョンを確認

筆者の場合は、バージョン 32

ターミナル > flutter doctor

② : プロジェクト/Android/app/bulid.gradle を開く

👇 bulid.gradle はこんな感じのファイル

③ : android{ ~~~ } 内の、「compileSdkVersion」「targetSdkVersion」 を ①で確認したバージョンに指定

compileSdkVersion

targetSdkVersion

参考サイト

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