-
expo dev-client android emulator 실행 오류개발 2022. 9. 19. 19:38
expo start --dev-client 하고 a 눌렀을 때 아무 반응 없는 경우 해결방법:
For me, I had to go thru these steps before i could run expo start --dev-client successfully (for Android):
- Set up an EAS account
- Run npm install -g eas-cli
- In the project root dir, run eas build:configure
- Run eas build --profile development --platform android
- Wait for the build to be generated
- Click on the generated build link and download the build file locally
- Drag and drop it into my Android simulator
- Finally, run expo start --dev-client, and then press the "a" key to open the app on the simulator
'개발' 카테고리의 다른 글
221003월 롤하니 개발일지 2 (0) 2022.10.03 220928수 롤하니 개발현황 (0) 2022.09.29 220914수 앱개발<5> (0) 2022.09.14 220910토 앱개발<4> (0) 2022.09.10 220903토 앱개발<3> (0) 2022.09.03