我是 android 开发新手,面临在 eclipse 中启动模拟器的问题。
我已经用 eclipse 配置了 SDK 位置,并在 eclipse 中安装了 Android 开发工具。但是当我在 Eclipse 工具栏中单击运行时,它会提示如下错误消息:
无法启动模拟器!确保正确设置了 SDK 目录并且没有丢失模拟器。
你需要告诉 eclipse 你的 SDK 在哪里。要做到这一点到窗口-> 首选项-> android-> 浏览找到你的sdk-> 应用。
它应该是这样的:
Please make sure that your path of SDK's
are set properly in Eclipse
Goto Window->Preferences->Click on Android->Click on Browse
select the path of where your SDK's
are installed. Make sure that after the path is set you can see the list of SDK's
您必须先在 "Android Virtual Device Manager" 上设置模拟器。这是一个看起来像带有 Android 标志的手机的图像。
编辑:
并确保您的 Android SDK 文件夹中的 tools 文件夹下有“模拟器”。
如果它解决了你的问题,试试这个。
你有没有下载任何Android API?只需单击 SDK 管理器 ( http://www.htcdev.com/images/uploads/devcenter/sdkmanager.png ) 并下载 Android API (例如 4.3 -API 18)
祝你好运!