본문 바로가기
Memo/Error

error Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`.

by NFAP0221S 2022. 7. 16.

리액트 네이티브에서

npx react-native init AwesomeProject 명령어로 RN 셋팅을 하였다. 

그리고 안드로이드 스튜디오 셋팅을 마치고

npx react-native run-android를 실행했을 때 아래와 같은 에러가 나온다.

error Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`.

이럴 땐 SDK 설치를 다시 확인해보자.

 

참고로 나는 Setting ->  Android SDK -> SDK Platforms 에서

Android SDK Platform 33 과 Android SDK Platform 31 이 중복 설치되어있어서 하나를 삭제해주어

에러를 해결하였다.