작성
·
17
0
wipe data 이후에 npm run android 를 실행하면 아래와 같은 오류가 발생합니다.
CommandError: No development build (com.devparkoon.rntutorial) for this project is installed. Install a development build on the target device and try again.
강의 영상과 다르게 npm run android 를 실행했을 때 expo 를 다시 설치하는 과정이 없는데 어떤 문제일까요?
위 이슈를 해결하기 위해 eas build 를 다시 하면 되긴 합니다 (10분 넘게 다시 소요됨)