android
[Android Studio][gradle] AndroidX 에러 해결 - This project uses AndroidX dependencies
도마_
2021. 10. 25. 08:38
AndroidX enable시켜주지 않아서 발생
Gradle Scripts - gradle.properties파일에서 아래 내용 추가
android.useAndroidX=true
android.enableJetifier=true
com.android.builder.errors.EvalIssueException: This project uses AndroidX dependencies, but the 'android.useAndroidX' property is not enabled. Set this property to true in the gradle.properties file and retry.