Divide and Conquer

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. 본문

성장캐/안드로이드 스튜디오

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.

10살 2021. 12. 5. 17:48
728x90

AndroidX enable 시켜주지 않아서 발생한 것으로 Gradle Scripts - gradle.properties파일에서 하기 두줄만 추가해주면 된다.

android.useAndroidX=true
android.enableJetifier=true

https://gozz123.tistory.com/9

 

[android studio] AndroidX 에러 해결 - This project uses AndroidX dependencies

광고를 넣기 위해 Ad view를 추가하고 빌드를 하는데 갑자기 이런 에러가 뜨면서 빌드가 되질 않았다,, This project uses AndroidX dependencies, but the 'android.useAndroidX' property is not en..

gozz123.tistory.com

 

반응형
Comments