yarn android 시 메트로 서버가 자동으로 시작되지 않습니다.
850
작성한 질문수 18
$ yarn android
yarn run v1.22.19
$ react-native run-android
info Starting JS server...
info Launching emulator...
info Successfully launched emulator.
info Installing the app...
> Configure project :react-native-flipper
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
> Task :app:installDebug
Installing APK 'app-debug.apk' on 'Nexus_5_API_30(AVD) - 11' for :app:debug
Installed on 1 device.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/8.0.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 7s
72 actionable tasks: 2 executed, 70 up-to-date
info Connecting to the development server...
8081
info Starting the app on "emulator-5554"...
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.fooddelivery/.MainActivity }
Done in 16.52s.
그냥 yarn android만 입력시에는 터미널이 따로 하나 띄워지는데 메트로 서버 없이 빈 터미널이 띄워집니다.

RR로 리셋후

yarn start로 매트로서버를 수동으로 실행시킨뒤에는 에뮬레이터 키고 연결이 잘 되는데
yarn android만 입력했을때는 메트로 서버가 자동으로 실행이 안되는데 해결 방법이 있을까요?
윈도우 11
java 11.0.20
node 18.16.1
사용중에 있습니다.
답변 1
앱실행시 네이버맵 [401] 에러
0
1052
2
스타일링 라이브러리
0
160
2
expo, cli 선택 중에 고민이 있습니다.
0
177
2
JDK 버전이 달라도 괜찮나요?
0
239
2
dimenstion usewindowdeminstion
0
130
3
[맥 전용]환경 설정하기 1편 & [맥 전용]환경 설정하기 2편의 영상이 안나옵니다.
0
215
1
jdk11 버전과 gradle 버전의 호환성 관련 질문드립니다.
0
407
2
강의 외 질문입니다!
0
163
2
react native랑 맞는 ui 라이브러리 어떤게 좋을까요?
0
1540
2
react native와 spring boot 연결
0
364
1
java가 아닌 .kt에서 code push 에러가 발생합니다.
0
220
2
flipper 239 에러가 발생합니다.
0
170
2
package.json에 /lib/panino.js 문제입니다.
0
477
2
window - mac 협업 과정 질문합니다
0
221
1
ios 빌드 중 RCTBridgeDelegate.h import 오류
0
293
2
ios 앱 빌드 중 hermesEnabled 관련 오류발생
0
248
2
Socket 연결시 질문 드립니다.!
0
156
2
wifi 환경에서 axios 통신이 로컬서버에서 안됩니다.
0
430
2
iOS render error 질문드립니다.
0
417
2
iOS 가상머신 오류
0
171
2
npc react init 명령어 실행시 발생되는 오류
0
224
1
nom start 시 오류
0
120
1
NextJS 기반으로 만들어서 웹뷰 React Native로 배포 가능한가요?
0
1016
2
안드로이드 rn75 버전에 맞게 설정 중에 android13 다운로드에 대해서 막혔습니다!
0
187
2





