crossplatformkorea / react-native-kakao-login

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

안드로이드에서 빌드가 되지 않는 이슈 #237

Closed lazyflog closed 3 years ago

lazyflog commented 3 years ago

Version of kakao-login libraries

3.3.2

Version of react-native

0.64.2

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

Android

Expected behavior

빌드

Actual behavior

image

와 같이 Manifest merger failed with multiple errors, see logs 오류가 뜨면서 빌드가 되지 않습니다. 정작 로그를 보면 별 내용도 없습니다.

Tested environment (Emulator? Real Device?)

에뮬레이터: Pixel_3a 실제기기: 갤럭시 s6

ruebark commented 3 years ago

AndroidManifest.xml 파일에서 오류가 있는 것 같습니다. 해당 파일 한번 확인해보세요.

lazyflog commented 3 years ago

전 아무리 찾아봐도 제가 뭘 잘못 적어줬는지 모르겠습니다.ㅠㅠ

image

( key 값은 제대로 주고있습니다 잠시 변경한것입니다! )

ruebark commented 3 years ago

gradle 버전 문제일 수 도 있다고 합니다. 만약 버전이 낮으시다면, 업그레이드 해보세요.

https://devtalk.kakao.com/t/react-native-execution-failed-for-task-app-processdebugmanifest/112101

https://stackoverflow.com/questions/67240343/build-failed-missing-package-key-attribute https://ddolcat.tistory.com/870

lazyflog commented 3 years ago

grade 버전을 최신버전으로 업데이트 하니까 잘 작동하네요! 감사합니다!!