에러 내용
> com.android.builder.errors.EvalIssueException: defaultConfig contains custom BuildConfig fields, but the feature is disabled.
해결책
https://stackoverflow.com/a/74634322/3897810
android {
buildFeatures {
buildConfig = true
}
}
반응형
'Dev > Flutter' 카테고리의 다른 글
XCode 15 에서 iOS17 앱 빌드가 실패하는 이슈 (0) | 2023.10.12 |
---|---|
[Flutter] Tabbar TextStyle Custom (0) | 2023.08.21 |
[Flutter] iOS 빌드 오류 - XcodeBuild Error by Dependency Package (0) | 2023.07.24 |
[Flutter] FirebaseMessaging background 수신 이슈 / Flutter3.3 이상 (0) | 2023.07.03 |
[Flutter] 자주 사용하는 명령어 (0) | 2023.07.03 |