[안드로이드 AVD 에뮬레이터 관련]


- 안드로이드 개발 도중 에뮬레이터로 테스트해보려고 앱을 빌드하는데 제대로 진행이 안됨.



"Waiting for target device to come online"


위 상황일때....



[일반적인 해결법 몇가지]


1. SDK 툴에서 에뮬레이터 관련, USB 드라이버 를 체크 해제 -> 적용 -> 체크 -> 적용 해서 재설치


2. Invalidate cacjes / restart


3. AVD 에뮬레이터 목록에서 해당 에뮬레이터 wipe data


등등 검색하면 꽤 나옵니다.


[제가 해당했던 상황]


- 출처

https://stackoverflow.com/questions/42757928/waiting-for-target-device-to-come-online-in-android-studio-2-3#


Offical answer; > You can't run software that uses another virtualization technology at the same time that you run the accelerated emulator. For example, VirtualBox, VMWare, and Docker currently use a different virtualization technology, so you can't run them at the same time as the accelerated emulator. emulator-acceleration – volkan Apr 12 '17 at 4:53


* 즉 다른 에뮬레이터 또는 가상화 프로그램 (도커 등)이 실행 중 일때는 동시에 사용할 수 없다.

+ Recent posts