React native 에뮬레이터 실행에러

구남규·2021년 7월 9일
0

잘되던 에뮬레이터가 실행했을때
the emulator process for avd was killed 에러가 발견됨
구글에 나온 해결책 여러가지 다 시도해봤지만 해결이 안되서 디버깅을 돌려보니

cannot add library vulkan-1.dll: failed
윈도우 업데이트 후 그래픽관련? 에러가 뜬걸로 보여서

참고 : https://stackoverflow.com/questions/65641695/android-studio-error-in-launch-emulator-vulkan-1-dll

사이트 참고하여 C:\Users\YourUser.android\ 경로에 advancedFeatures.ini 파일을 만들어준 후
Vulkan = off
GLDirectMem = on

설정 해주니까 잘 된다

추가로 usb로 안드로이드 장치 연결하는법
https://medium.com/@psyanite/how-to-connect-expo-to-usb-android-device-16b83ff67428

https://stackoverflow.com/questions/23081263/adb-android-device-unauthorized

0개의 댓글