Java Android虚拟设备未运行应用程序

Java Android虚拟设备未运行应用程序,java,android,android-emulator,Java,Android,Android Emulator,我是Android应用程序开发的新手。我创建了一个带有文本视图的应用程序,上面写着helloworld。我在Nexus 7和Nexus S虚拟设备上启动了该应用程序。在这两台设备上,它都加载了操作系统,但在哪里找不到该应用程序。它没有启动,也不在应用程序视图中。我在哪里能找到它 PS:很抱歉,我问了个新手问题;) 编辑1:我尝试使用工具栏上的Run>Run并选择Android应用程序,我得到了以下结果: [2013-06-09 15:20:23 - SDK Manager] Warning: I

我是Android应用程序开发的新手。我创建了一个带有文本视图的应用程序,上面写着
helloworld。我在Nexus 7和Nexus S虚拟设备上启动了该应用程序。在这两台设备上,它都加载了操作系统,但在哪里找不到该应用程序。它没有启动,也不在应用程序视图中。我在哪里能找到它

PS:很抱歉,我问了个新手问题;)

编辑1:我尝试使用工具栏上的
Run>Run
并选择
Android应用程序
,我得到了以下结果:

[2013-06-09 15:20:23 - SDK Manager] Warning: Ignoring build-tool '.DS_Store', not a folder.
[2013-06-09 15:27:45 - SDK Manager] Warning: Ignoring build-tool '.DS_Store', not a folder.
[2013-06-09 15:31:48 - SDK Manager] Warning: Ignoring build-tool '.DS_Store', not a folder.
[2013-06-09 15:34:55 - HelloWorld] ------------------------------
[2013-06-09 15:34:55 - HelloWorld] Android Launch!
[2013-06-09 15:34:55 - HelloWorld] adb is running normally.
[2013-06-09 15:34:55 - HelloWorld] Performing me.pogostick29.helloworld.MainActivity activity launch
[2013-06-09 15:34:56 - HelloWorld] Automatic Target Mode: launching new emulator with compatible AVD 'Nexus7'
[2013-06-09 15:34:56 - HelloWorld] Launching a new emulator with Virtual Device 'Nexus7'
[2013-06-09 15:35:04 - Emulator] 2013-06-09 15:35:04.712 emulator64-arm[570:f07] Error loading /Library/ScriptingAdditions/XBurn.osax/Contents/MacOS/XBurn:  dlopen(/Library/ScriptingAdditions/XBurn.osax/Contents/MacOS/XBurn, 262): no suitable image found.  Did find:
[2013-06-09 15:35:04 - HelloWorld] New emulator found: emulator-5554
[2013-06-09 15:35:04 - Emulator]    /Library/ScriptingAdditions/XBurn.osax/Contents/MacOS/XBurn: mach-o, but wrong architecture
[2013-06-09 15:35:04 - Emulator] emulator64-arm: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/XBurn.osax" declares no loadable handlers.
[2013-06-09 15:35:04 - HelloWorld] Waiting for HOME ('android.process.acore') to be launched...
[2013-06-09 15:35:04 - Emulator] 2013-06-09 15:35:04.738 emulator64-arm[570:f07] Loading Maximizer into bundle: (null)
[2013-06-09 15:35:58 - HelloWorld] HOME is up on device 'emulator-5554'
[2013-06-09 15:35:58 - HelloWorld] Uploading HelloWorld.apk onto device 'emulator-5554'
[2013-06-09 15:35:58 - HelloWorld] Installing HelloWorld.apk...
[2013-06-09 15:37:16 - HelloWorld] Success!
[2013-06-09 15:37:16 - HelloWorld] Failed to install HelloWorld.apk on device 'emulator-5554': device not found
[2013-06-09 15:37:16 - HelloWorld] com.android.ddmlib.InstallException: device not found
[2013-06-09 15:37:16 - HelloWorld] Launch canceled!

可能我太早停止了模拟器?

启动模拟器后,需要选择应用程序项目并运行它。这将在模拟器上安装并启动应用程序

请看这里:

谷歌的NexusOne是一款功能强大的手机,采用最新的Android版本。作为一款最初由谷歌直接销售的设备,这款手机似乎最快就能得到更新。它还有一个漂亮的屏幕,速度非常快,尤其是在安卓2.2上

从模拟器的角度来看,此设备的重要规格如下:

目标平台:目前为安卓2.2

屏幕信息:中等大小,高密度

没有键盘或DPad 他有跟踪球

因此,让我们创建一个名为NexusOne的AVD配置:

在Eclipse中,启动Android SDK和AVD管理器

从左侧选项中选择“虚拟设备”

单击“新建”按钮创建新的AVD配置

命名AVD:“NexusOne”

选择目标:“Google API 8级”

输入SD卡大小:“4GB”

输入皮肤细节:“WVGA800”(800×480)

为抽象LCD密度添加硬件属性:“252”

为DPad支持添加另一个硬件属性:“否”

保存AVD


希望这能奏效。

我也有同样的问题。我在创建新的虚拟设备时解决了这个问题。最初在设备日志中,我被选为'5.4'“'但在我选择Nexus7之后。我不知道为什么,但这解决了我的问题,在运行android应用程序后,它在虚拟设备中显示。

它在菜单栏中显示了一些关于运行菜单的内容,但我的菜单栏只有在模拟器运行时才有Eclipse:在制作AVD之前检查参数。请参见此处-尝试从
http://developer.android.com/sdk/index.html
@sarthakmeh我正在使用预设置配置: