반응형
react native android run 중에 발생한 에러 정리 합니다.
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
react native 첫 프로젝트에서 에러가 난다면
아래 가이드에 따라 6가지 스텝을 다양하게 시도해봐야 합니다.
abodeofmystories.blogspot.com/2020/10/npx-react-native-run-android-failing-in.html
혹시 다른 prj 가 잘 동작한다면, 아래 가이드를 따르기전에
현 프로젝트 에러 로그를 다시한번 살펴볼 필요가 있습니다.
반응형
'Mobile 개발 > RN(React Native)' 카테고리의 다른 글
RN - stack 이동시 새로 고침(refresh) (2) | 2020.12.05 |
---|---|
RN TroubleShooting: > Task :app:mergeDexDebug FAILED (0) | 2020.11.05 |
RN TroubleShooting: react-native-vector-icons ios 적용 (0) | 2020.11.02 |
RN Troubleshooting: xcode device is not available please reconnect the device (0) | 2020.11.02 |
React Native - expo 활용 Counter App (useState 복습) (0) | 2020.08.05 |