[에러] This project uses AndroidX dependencies
2021. 8. 10. 10:26
728x90
최근에 안드로이드 개발하면서 파이어베이스랑 연동하고 여러 dependency를 추가했더니 아래와 같은 빌드 에러가 떴다
Your project has set 'android.useAndroidX=true', but configuration 'debugAnnotationProcessorClasspath' still contains legacy support libraries, which may cause runtime issues. This behavior will not be allowed in Android Gradle plugin 8.0.
해결 방법:
안드로이드 스튜디오: Gradle Scripts > gradle.properties > android.enableJetifier=true 추가 > Sync Now 클릭
다시 빌드하니까 성공적으로 끝나고 에러가 해결된 것을 확인할 수 있었다.
참고 자료:
728x90
'Android Studio > Android' 카테고리의 다른 글
[에러] java.lang.RuntimeException: Unable to instantiate activity ComponentInfo {...} (0) | 2021.08.18 |
---|---|
[에러] Plugin version (1.5.21) is not the same as library version (1.3.72) (0) | 2021.08.10 |
[에러] v/fa inactivity disconnecting from the service (1) | 2021.08.06 |
[에러] llegalStateException: Session is not initialized. Call KakaoSDK#init first. (0) | 2021.08.06 |
(Apache) 개인 서버 사용 방법 (0) | 2021.08.04 |