IT

[Android] 안드로이드 오류

정미나 2010. 3. 9. 21:43

emulator: ERROR: bad config: virtual device directory lacks config.ini
emulator: could not find virtual device named 'test_avd_1_6'
 
컴퓨터 사용자 이름이 한글일 경우 경로 인식에 문제가 생겨 오류 발생
android SDK 설치 디렉토리를 환경변수로 설정한 후 커맨드 창에서 AVD 이동
 
android move avd -n [AVD이름] -p [옮길 디렉토리]