Mobile 개발/RN(React Native)

RN TroubleShooting: ./gradlew app:installDebug -PreactNativeDevServerPort=8081

히핑소 2020. 11. 5. 21:38
반응형

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

 

npx react-native run-android Failing in macOS

npx react-native run-android Failing in macOS

abodeofmystories.blogspot.com

혹시 다른 prj 가 잘 동작한다면, 아래 가이드를 따르기전에

현 프로젝트 에러 로그를 다시한번 살펴볼 필요가 있습니다.

 

반응형