에러 내용
> com.android.builder.errors.EvalIssueException: defaultConfig contains custom BuildConfig fields, but the feature is disabled.
해결책
https://stackoverflow.com/a/74634322/3897810
Fixing the "Build Type contains custom BuildConfig fields, but the feature is disabled" error w/ buildConfigField
In the new version of Android Studio (Flamingo | 2022.2.1 Canary 9) with the org.jetbrains.kotlin (1.8.0-Beta) plugin and 8.0.0-alpha09 gradle plugin, a new build suddenly gets this error: Build T...
stackoverflow.com
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 |