我是Android应用开发的新手。我创建了一个带有Hello world!
文字视图的应用。我在Nexus 7和Nexus S虚拟设备上启动了应用程序。在这两个设备上,它加载了操作系统,但应用程序无处可寻。它没有启动,它不在应用程序视图中。我在哪里可以找到它?
PS:抱歉新手问题;)
编辑1:我尝试使用工具栏中的Run > Run
并选择Android Application
,我得到了这个:
[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!
也许我太早停止了模拟器?
答案 0 :(得分:1)
谷歌的Nexus One是一款功能强大的手机,拥有最新的Android版本。作为最初由谷歌直接销售的设备,这款手机似乎最快得到更新。它也有一个漂亮的屏幕,速度非常快,尤其是Android 2.2。
从Emulator的角度来看,该设备的重要规格是:
目标平台:目前Android 2.2
屏幕信息:中等大小,高密度
没有键盘或DPad 有跟踪球
因此,让我们创建一个名为NexusOne的AVD配置:
在Eclipse中,启动Android SDK和AVD Manager
从左侧选项中选择“虚拟设备”
单击“新建”按钮以创建新的AVD配置
命名AVD:“NexusOne”
选择目标:“Google API API Level 8”
输入SD卡大小:“4GB”
输入皮肤细节:“WVGA800”(800×480)
为抽象LCD密度添加硬件属性:“252”
为DPad支持添加另一个硬件属性:“否”
保存AVD
希望这有效。:)
答案 1 :(得分:1)
我遇到了同样的问题。当我创建新的虚拟设备时,我解决了它。首先在设备日志中我被选为'5.4'',但在我选择Nexus 7.后我不知道为什么,但这解决了我的问题,在运行Android应用程序之后,它显示在虚拟设备中。
答案 2 :(得分:0)
启动模拟器后,您需要选择应用项目并运行它。这将在模拟器上安装并启动应用程序。
见这里: http://developer.android.com/tools/building/building-eclipse.html#RunningOnEmulatorEclipse