🍰 Android 🍭/πŸͺ² 디버깅

[AOS] 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.

λ²ŒκΏ€μ˜€μ†Œλ¦¬πŸ¦‘ 2023. 6. 25. 00:30
λ°˜μ‘ν˜•

 

 

πŸͺ²

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

 

 

 

AndroidX enableμ‹œμΌœμ£Όμ§€ μ•Šμ•„μ„œ λ°œμƒν•œ 였λ₯˜μ΄λ‹€.

 

 

ν•΄κ²° 방법

gradle.properties νŒŒμΌμ— μ•„λž˜ 두 μ½”λ“œλ₯Ό μΆ”κ°€ν•΄μ€€λ‹€.

android.useAndroidX=true
android.enableJetifier=true
λ°˜μ‘ν˜•