작성
·
2.9K
·
수정됨
2
안드로이드 에뮬레이터를 실행하려고하는데 에러가 나서
첨엔 adb 명령어도 안되서 brew install android-platform-tools 명령어로 설치한담에 위 제목같이 명령어 실행후 다시 해봤는데도 안되네요.
어떻게 해야 에뮬레이터가 실행 될까요? ㅠㅠ
-> 아예 지우고 2강 전부터 다시 만들어서 실행하니 되는거같네요 ㅠㅠ
답변 4
1
0
adb 안 돼서 platform_tools 경로 환경변수 설정해준 뒤 저도 a를 누르면 같은 문제가 일어납니다.
android studio를 uninstall 한 뒤 재설치 하니 실행됩니다. 이유가 뭔지 궁금하네요.
0
아뇨 brew install은 단지 adb명령어 실행을 위해 깔아본것이구요... 문제는
› Opening on Android...
CommandError: No Android connected device found, and no emulators could be started automatically.
Please connect a device or create an emulator (https://docs.expo.dev/workflow/android-studio-emulator).
Then follow the instructions here to enable USB debugging:
https://developer.android.com/studio/run/device.html#developer-device-options. If you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory.
지금도 찾고있지만 이부분을 해결해야할듯 한데 계속 진행이 안되네요...디바이스도 만들었는데 a키만 누르면 빨간 경고문이 뜨니...ㅜㅜ
0
안녕하세요!!
adb로 해결해야 하는 부분은 이 부분이 아닌 것 같은데
adb로 해결할 수 있는 부분 해결하다가 안되어서
brew install android-platform-tools
이거 설치하니깐
현재 사진에 보이는 에러가 나온 건가요?