Since downloading the newly release Android code 'cupcake' several days ago, the new features and functionalities are not experienced yet. After building successfully yesterday and attempting to launch the emulator, emulator reported that 'you must specify a VM name'.
Via searching the Android developer forum and other web resources, only one answer:
# make sdk;
# cd sdk/tools
# android --create --target 1 --name myvm
# emulator -vm myvm
Unfortunately, it failed as no video input devices when typing the commands above. Maybe the emulator can be launched successfully in someone's PC.
No other choices, I searched again in the Android developer forum and luckily found another solution:
# . ./build/envsetup.sh
# lunch 1
# make
# emulator
Emulator was launched finally. Let's continue to experience the new features and functionalities ......
阅读(709) | 评论(1) | 转发(0) |