티스토리 뷰
react-native run-android 에러
pilot376 2019. 6. 13. 10:18react native 환경설정 가이드대로 모두 세팅했지만, 안드로이드 디바이스에 빌드 시 에러가 발생했다.
$ react-native run-android
info JS server already running.
info Building and installing the app on the device (cd android && ./gradlew app:installDebug)...
error Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html
error spawnSync ./gradlew EACCES. Run CLI with --verbose flag for more details.
Make sure you have an Android emulator running or a device connected and have
위 문장 때문에 디바이스 연결 문제라고 판단했지만, 원인은 전혀 다른 곳에 있었다.
(안드로이드 스튜디오에서는 빌드가 되고, react native에서는 빌드가 안됨)
이 에러는 android/gradlew 권한 설정으로 해결할 수 있었다.
$ chmod 755 android/gradlew
$ react-native run-android
댓글
글 보관함
최근에 올라온 글
최근에 달린 댓글
TAG
- JSONPlaceholder
- Git
- 유닛테스트
- JavaScript
- AWS
- css
- vue.js
- axios-mock-adapter
- html
- javascipt
- 풋볼매니저 터치 2018
- BASE64
- dev tools
- 파이어폭스
- ubuntu
- chrome
- nginx
- Android
- JSON.stringify
- 앱링크
- TDD
- jekyll
- 렌더링 이슈
- Total
- Today
- Yesterday