1

我刚开始学习android编程。我下载了 ADT 并浏览了 hello world 的手册!项目。但是当我想运行我的项目时,我在控制台中看到了这个:

[2013-01-12 19:34:20 - HelloWorld] ------------------------------
[2013-01-12 19:34:20 - HelloWorld] Android Launch!
[2013-01-12 19:34:20 - HelloWorld] adb is running normally.
[2013-01-12 19:34:20 - HelloWorld] Performing com.example.helloworld.MainActivity activity     launch
[2013-01-12 19:34:20 - HelloWorld] Automatic Target Mode: Preferred AVD 'Nexus7' is not     available. Launching new emulator.
[2013-01-12 19:34:20 - HelloWorld] Launching a new emulator with Virtual Device 'Nexus7'
[2013-01-12 19:34:20 - Emulator] emulator: ERROR: No initial system image for this configuration!

我正在使用 MAC OSX

告诉我是否需要更多信息!

谢谢!

4

1 回答 1

0

在安装的 SDK 中,您的 PC 似乎缺少启动 AVD 所需的系统映像。

转到 SDK 管理器并检查组件是否已正确下载。

有关更多详细信息,请查看此处

于 2013-01-12T17:06:51.893 回答