We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요. 이번에 채널톡 sdk를 사용하려고 하던 중에, 안드로이드에서 발견한 문제입니다. 결론부터 말씀드리면 채널톡의 문제보단 릴리즈에서도 말씀하신 Android build failures 문제에서 파생한 문제였습니다.
react native 0.68.1 버전을 사용중인데 android로 실행할 시, 아래와 같은 에러가 발생하였습니다.
이후, react-native-channel-plugin의 dependencies를 확인해보니
dependencies { implementation 'com.facebook.react:react-native' api 'io.channel:plugin-android:10.0.7' }
'com.facebook.react:react-native:+'가 아닌 'com.facebook.react:react-native'로 되어 있어 ':+'를 붙여서 돌려보니 정상적으로 진행된 것을 확인하였습니다.
이후 채널톡 버전을 살펴보니 0.7.6버전에서 해당 부분을 변경하셨고 위의 링크를 들어가서 보니,
위처럼 RN 버전별로 최신 버전으로 업데이트하면 정상적으로 처리 된다고 하여 해결하였습니다. 혹시나 저와 같은 분이 있을까봐 issue 남겨놓았습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요. 이번에 채널톡 sdk를 사용하려고 하던 중에, 안드로이드에서 발견한 문제입니다.
결론부터 말씀드리면 채널톡의 문제보단 릴리즈에서도 말씀하신 Android build failures 문제에서 파생한 문제였습니다.
react native 0.68.1 버전을 사용중인데 android로 실행할 시, 아래와 같은 에러가 발생하였습니다.
![에러](https://user-images.githubusercontent.com/35055310/210934688-713fec81-ecd0-4265-a22e-e80d06a8f3b3.png)
이후, react-native-channel-plugin의 dependencies를 확인해보니
'com.facebook.react:react-native:+'가 아닌 'com.facebook.react:react-native'로 되어 있어 ':+'를 붙여서 돌려보니 정상적으로 진행된 것을 확인하였습니다.
이후 채널톡 버전을 살펴보니 0.7.6버전에서 해당 부분을 변경하셨고 위의 링크를 들어가서 보니,
![빌드처리](https://user-images.githubusercontent.com/35055310/210935043-83d92de0-14d5-45bb-b3ad-7cc44500dca7.png)
위처럼 RN 버전별로 최신 버전으로 업데이트하면 정상적으로 처리 된다고 하여 해결하였습니다.
혹시나 저와 같은 분이 있을까봐 issue 남겨놓았습니다.
The text was updated successfully, but these errors were encountered: