작성자 없음
작성자 정보가 삭제된 글입니다.
작성
·
455
0
컴퓨터를 껐다가 다시 켜서, npm run android를 쳤더니
C:\Users\user\FoodDeliveryApp>npm run android
> FoodDeliveryApp@0.0.1 android
> react-native run-android
info Starting JS server...
info Launching emulator...
info Successfully launched emulator.
info Installing the app...
> Task :app:installDebug
Installing APK 'app-debug.apk' on 'Nexus_5_API_30(AVD) - 11' for :app:debug
Installed on 1 device.
BUILD SUCCESSFUL in 38s
38 actionable tasks: 2 executed, 36 up-to-date
info Connecting to the development server...
8081
info Starting the app on "emulator-5554"...
Starting: Intent { cmp=com.fooddeliveryapp/.MainActivity }
이렇게 빌드는 성공했는데, 디바이스에는 아무것도 나오지 않아요...
계속해서 이런 상황이 발생하는 것 같은데 이유를 잘 모르겠네요ㅠㅠ