I installed Android SDK in Windows and added new Virtual Device, but when i run that image i get this error

Starting emulator for AVD ‘ATOM’
PANIC: Could not open: C:\Documents and Settings\Zaher\.android/avd/ATOM.ini

I looked up to my images i found it in

D:\users\zaher\.android

After searching on internet i found the solution

http://code.google.com/p/android/issues/detail?id=19084#c14

Add new envirement  ANDROID_SDK_HOME and set it to your real path that include .android like this

D:\users\zaher\

And have fun.