Wednesday, April 06, 2011

Android AVD error

after installing eclipse, JDK, ADT, created AVD
created project
run and experience the following error

emulator: ERROR: unknown virtual device name

gotta add environment variable "ANDROID_SDK_HOME"
and set it to "D:\Users\{username}"
or where the ".android" is.

restart eclipse
and run again.
should be ok now.