crossplatformkorea / react-native-kakao-login

react-native native module for Kakao sign in.
MIT License
358 stars 135 forks source link

Android 빌드 시 Could not find com.android.tools.build:gradle:4.1.0. 오류 #188

Closed iKoru closed 3 years ago

iKoru commented 3 years ago

Version of kakao-login libraries

2.10.1

Version of react-native

0.63.4

Platforms you faced the error (IOS or Android or both?)

Android

Expected behavior

정상 빌드

Actual behavior

빌드 실패

Gradle build 시 아래와 같이 오류메시지가 나옵니다.

Could not find com.android.tools.build:gradle:4.1.0. Searched in the following locations:

Tested environment (Emulator? Real Device?)

전체

최근까지 정상적으로 빌드가 되다가, 얼마전 Android studio에서 Signed App Bundle 생성할 때

Export encrypted key for enrolling published apps in Google Play App Signing

에 체크했더니 그래들 버전을 올리라고 하더라구요? 그래서 올리기 누른 뒤부터 저 오류가 계속 납니다.ㅠㅠ

혹시 방법 아시는분 계신가요?

iKoru commented 3 years ago

우선 라이브러리를 지우고 다시깔았더니 해결되었네요;;