본문 바로가기

Jarvis - Coding/Android

[Android] your cpu does not support required features (vt-x or svm)


헐.. 이게 뭔가요? 힘들게 세팅하고 책 순서대로 하고 있는데 AVD 확인 하는데.. 문제가 생겼다.
: AVD(Android Virtual Device)

AVD는 안드로이드 스튜디오에서 개발을 하면 가상의 스마트폰 환경에서 테스트 할 수 있는것인데..
CPU가 인텔 CPU가 아니라서 안된단다....  ㅠㅠ

해결책으로는 진짜 안드로이드 스마트폰으로 테스트 하던지 CPU를 인텔로 바꾸던지 리눅스 컴퓨터를 쓰던지.. 뭐 그렇다고 하던데..

흠.. 우선 당분간은 레알 안드로이드 스마트폰을 이용하여 진행해보자.[참고 : http://hianna.tistory.com/147?category=573531]
참고로 나는 갤럭시 노트8이다.

처음 지정 할 때 나오는 메세지


위 1번에서 무시하고 진행해도 결국 안 된다.


Intel HAXM is required to run this AVD.
Your CPU does not support required features (VT-x or SVM).

Unfortunately, your computer does not support hardware accelerated virtualization.
Here are some of your options:
1) Use a physical device for testing
2) Develop on a Windows/OSX computer with an Intel processor that supports VT-x and NX
3) Develop on a Linux computer that supports VT-x or SVM
4) Use an Android Virtual Device based on an ARM system image
   (This is 10x slower than hardware accelerated virtualization)

PS. 이번 기회에 확,, 바꿔? ㅋㅋ