1. react-native run-android
> error : android error Failed to install the following Android SDK packages as some licences have not been accepted.
React Native 학습 시 오류 문제 해결 노트
이번 프로젝트에서 리액트 네이티브로 모바일을 개발하기로 되었다. 그래서 우선 React Native를 학습하면서 생기는 오류들을 정리하려고 한다. 1. 안드로이드로 실행 시 오류 - 구글 플레이 라이센
suyou.tistory.com
2. react-native run-android
> error : error Failed to install the app. Make sure you have the Android development environment set up: reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: Command failed:gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
>해결 방법
meaningless-life.tistory.com/6
[React Native] 프로젝트 빌드 오류 해결법
만약 프로젝트를 빌드 시켰는데 이런 오류가 난다면? error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/gettin..
meaningless-life.tistory.com
'[React]' 카테고리의 다른 글
[React Native] 참고 사이트 (0) | 2021.04.06 |
---|---|
[react-native]참고 사이트 (0) | 2021.03.25 |
[React.js] Component mapping (0) | 2021.02.16 |
[React.js] state (0) | 2021.02.15 |