• 카테고리

    질문 & 답변
  • 세부 분야

    모바일 앱 개발

  • 해결 여부

    미해결

파이어베이스 회원가입 구현 부분

23.08.22 06:53 작성 조회수 434

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.PNG캡처2.PNG캡처3.PNG캡처4.PNG

답변 1

답변을 작성해보세요.

0

안드로이드 스튜디오 업데이트 후 빌드가 안되는 문제는 간단하게 해결하기가 어렵습니다.

gradle과 project SDK등을 살펴봐야 하는데, 안드로이드 개발에 익숙하지 않으시면 쉽지 않으실꺼에요.

이전 버전의 안드로이드 스튜디오를 다운받아서 진행해보시겠어요?