내맘대로 라이프

react native에서 error Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard location (e.g. not inside 'android' folder), consider setting `project.android.sourceDir` option to poin.. 본문

카테고리 없음

react native에서 error Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard location (e.g. not inside 'android' folder), consider setting `project.android.sourceDir` option to poin..

내눈물 2023. 12. 6. 10:26
react-native run-android

를 했는데

 

error Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard location (e.g. not inside 'android' folder), consider setting `project.android.sourceDir` option to point to a new location.

 

라는 에러가 뜰때가 있는데요

 

 

정상적으로 초기화되었을 때 저런 폴더및 파일들이 기본적으로 들어가야 합니다

 

이런 식으로 파일들이 정상적으로 들어가지 않았는지 확인해보세요

 

아래처럼 폴더 및 파일들이 생성되다가 말았다면

npm uninstall -g react-native-cli

npm install -g react-native-cli
npm install -g react-native

 

지우고 다시 깐다음에

npx react-native init test_app

 

프로젝트를 만들어보세요