The main thing is that the environment variable is not configured or we are using an absolute path configuration environment variable. At this point we just need to modify the environment variables on Android.
The specific solution is as follows:
① creating variable names in environment variables: android_sdk_home, variable Value: The path to the SDK you were installing at that time "my is D:\ADT\sdk"
② Modify the system variable path, add%android_sdk_home%/tools;%android_sdk_home%\platform-tools in front; "Include this lowercase semicolon"
③ Restart your Eclipse "If you are using Eclipse to open virtual machine management" or virtual machine management
In fact, there is a possibility that the local at in the path of a Chinese name, we just need to he changed to pure English without a blank path on the line spicy!
Android Simulator panic:could not open: Problem Solving method