반응형
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 | 31 |
Tags
- 나스
- 캠핑
- Firebase
- react
- 맛집
- SQL
- apk
- 연곡해변
- 시놀로지나스
- 가상환경
- MSSQL
- docker
- reactnative
- synology
- 서울
- Django
- 수도권 근교
- 엑셀
- ReactNaitve
- 리엑트
- 함수
- 강릉
- 시놀로지
- react native
- Expo
- Nas
- 장고
- Excel
- 리액트
- 캠핑장
Archives
- Today
- Total
차근차근 생활 & 코딩
[React Native] RN Android - spawn ./gradlew EACCES 오류 본문
반응형
안드로이드를 실행하다 보면 아래와 같은 에러가 발생하게 되는 걸 확인 할 수 있습니다.
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: spawn ./gradlew EACCES
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
문제의 원인은 접근 권한 문제입니다.
- 아래 코드를 터미널에 입력해 주시면 해결 됩니다.
chmod 755 android/gradlew
수고하셨습니다.
반응형
'IT > 오류노트' 카테고리의 다른 글
[GITHUB] error: The following untracked working tree files would be overwritten by merge (0) | 2022.10.27 |
---|---|
[오류노트] 시놀로지 나스 mysqlclient error: metadata-generation-failed 설치 오류 (0) | 2022.07.13 |
[React Native] RN - 오류 노트 (0) | 2022.06.03 |
[React Native] RN - java.lang.OutOfMemoryError (no error message) / 메모리 부족 (0) | 2022.03.17 |
React Native 빌드 시 SHA-1 for file … is not 문제 (0) | 2022.03.15 |
Comments