Android Studio – BuildConfig could not resolve

https://stackoverflow.com/questions/76215947/buildconfig-could-not-resolve-after-upgrading-android-studio-to-flamingo-2022/76451943

Add follwoing setting into app/build.gradle

android {
  buildFeatures {
    buildConfig true
  }
}

 

 

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください