본문 바로가기
개발/React Native

[에러] error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 이슈

by 세크레투스 2024. 5. 7.
반응형
SMALL

1. cd android

2. ./gradlew clean

3. cd ..

4. npm cache clean --force

5. 안드로이드 에뮬레이터 재부팅

6. yarn android

반응형
LIST