Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- giftv
- react
- CI
- 부천 #송내 #맛집 #참치 #술집
- flash
- 액션스크립트
- react-native
- qcy #arcbuds #lite #t27 #공장 #초기화
- 코드이그나이터
- Action Script 3.0
- 갤럭시워치 #심박수
- 미니월광보합
- actions script
- 신촌 #맛집 #백순대 #순대 #연대
- geekmagic
- AS3.0
- 에러
- html
- SSL
- 플래시
- 리액트
- CodeIgniter
- HTML5
- 워치 #페이스 #스튜디오 #워치페이스스튜디오 #watchfacestudio #wfs #워치오류 #워치연결안됨
- GeekMagic #smallTV #ultra #gifTV
- 플래시 프로그래밍
- programming
- 리액트네이티브
- https
- 크리스탈큐브
Archives
- Today
- Total
내맘대로 라이프
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:26react-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
프로젝트를 만들어보세요