could not find virtual device(Eclipse找不到模擬器問題)

emulator: could not find virtual device named 'Pratice' //your project name, pratice is my project name


if you have this problem, you might be use the unsuitable folder name in C://user


in win7


method 1:
menu > computer(right button) > system set > enviroment 


new a system variable


variable name =ANDROID_SDK_HOME
variable value = "your sdk's path"


finsh   > reboot your computer




method 2:


use dos command line



command: android move avd -n [AVD's name] --path [AVD's path]
Ex. android move avd -n Pratice --path "D:\Android\Pratice"




Comments