작성자 없음
작성자 정보가 삭제된 글입니다.
작성
·
561
0
안드로이드 스튜디오 업데이트를 하고 나니까
갑자기 빌드 자체가 안되네요 ..
뭐가 문젠지 잘 모르겠어요 ㅠㅠ
> Task :app:compileDebugKotlin FAILED
e: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors
e: C:\Users\emdch\AndroidStudioProjects\FinalProject\app\src\main\java\com\example\finalproject\auth\JoinActivity.kt: (23, 25): Class 'com.google.firebase.auth.ktx.AuthKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
The class is loaded from C:/Users/emdch/.gradle/caches/transforms-3/3fe63909da92e3c83b8baefbc591aec3/transformed/firebase-auth-ktx-22.1.1-api.jar!/com/google/firebase/auth/ktx/AuthKt.class
자꾸 이런 오류가 뜨네요
답변 1
0
안드로이드 스튜디오 업데이트 후 빌드가 안되는 문제는 간단하게 해결하기가 어렵습니다.
gradle과 project SDK등을 살펴봐야 하는데, 안드로이드 개발에 익숙하지 않으시면 쉽지 않으실꺼에요.
이전 버전의 안드로이드 스튜디오를 다운받아서 진행해보시겠어요?