Reply to Can't create an Android Virtual device
Problem solved. Problem was caused by a space in the directory path for the Android SDK. Fixed problem by uninstalling the SDK and installing the SDK in a directory with out any spaces in the path name.
Searching the web produce the following information.
"When I try to launch my Android Virtual Device, I get the following error.
Files\Android\android-sdk-windows\tools/emulator-arm.exe.
Hint: use '@foo' to launch a virtual device named 'foo'.
Please use -help for more information.
I have been using the emulator for months, and I just downloaded new updates from SDK/AVD Manager."
"This problem is caused by blank spaces in the path you setup in the Android SDK. The solution is that you should move the folder of the Android SDK to a place without spaces, in your case:
E:\andriod-sdk-windows
or
D:\abc\xyz\android-sdk-windows"
Conclusion this problem was caused by a bug in the latest version of the SDK.
Howard
|