Microsoft Virtual Academy의 Xamarin for Absolute Beginners실습중, 안드로이드 에뮬레이터가 에러가 나면서 실행되지 않는다.
1. 개발환경
- OS : Windows 10 Pro, 64-bit
- Visual Studio 2017 Pro
2. 에러
위 그림에서 "Close"버튼을 누르고 나면 아래와 같은 에러메시지도 표시된다.
3. 원인
- 가상머신의 네트웍 설정에 문제가 있었다.
4. 해결방법
Hyper-V의 가상머신의 네트웍 어댑터 설정을 맞춰준다.
구글 검색 키워드 : xamarin emulator unable to determine the host ip address
https://forums.xamarin.com/discussion/81642/the-emulator-is-unable-to-connect-to-the-device-operating-system
http://stackoverflow.com/questions/39131850/visual-studio-emulator-for-android-couldn-t-determine-the-host-ip-address/41733637#41733637
네트웍 항목 확인
비활성화된 네트웍어댑터 확인.
비활성화된 네트웍 어댑터를 확성화해준다.
'programming' 카테고리의 다른 글
C언어 - 구조체 멤버 얼라인먼트 (0) | 2019.09.10 |
---|---|
Gradle을 이용해 만든 자바 프로그램 실행시 "Could not find or load main class 클래스이름"에러 발생 (0) | 2017.08.04 |
winsock2.h에 있는 qos.h파일을 못 찾는 에러 (0) | 2017.05.06 |
SEGGER J-Link설치 (0) | 2017.04.09 |
Keil MDK-ARM (Lite/Evaluation version) 설치 (0) | 2017.04.09 |