How to solve "Can not find symbol BuildConfig" errorr
android { buildFeatures {
buildConfig = true
} }
Put on above code into build.gradle file (app level).
This is because AGP 8.0 sets the default value of android.defaults.buildfeatures.buildconfig to false.
댓글 없음:
댓글 쓰기