컴공생의 다이어리
[맥, Mac] error Failed to install the app. Please accept all necessary Android SDK licenses using Android SDK Manager: "$ANDROID_HOME/tools/bin/sdkmanager --licenses" 오류 본문
Development/기타
[맥, Mac] error Failed to install the app. Please accept all necessary Android SDK licenses using Android SDK Manager: "$ANDROID_HOME/tools/bin/sdkmanager --licenses" 오류
컴공 K 2021. 12. 3. 00:01728x90
Mac error Failed to install the app. Please accept all necessary Android SDK licenses using Android SDK Manager: "$ANDROID_HOME/tools/bin/sdkmanager --licenses". 오류
나의 경우 아래 2개의 명령어를 터미널에 입력해주니 해결되었다.
cd ~/Library/Android/sdk/tools/bin
./sdkmanager --licenses
React Native | Failed to install the app. Please accept all necessary SDK licenses using SDK Manager
I was trying to start running my react native project. But I'm getting this error while running the react-native run-android command. I tried a bunch of solutions that I found online but neither of...
stackoverflow.com
728x90
반응형
'Development > 기타' 카테고리의 다른 글
| JSON이란? (0) | 2022.01.01 |
|---|---|
| [리액트, react] 화면 크기에 맞게 height 조절하기 (0) | 2021.12.23 |
| [맥, Mac] react native 개발 환경 구축 (0) | 2021.11.30 |
| [리액트 네이티브, react native] error Failed to launch emulator. Reason: No emulators found as an output of emulator -list-avds 에러 (0) | 2021.11.26 |
| [리액트 네이티브, react native] clone 후 프로젝트 실행 (0) | 2021.11.25 |
Comments