运行你好世界 - 没有在屏幕上得到你好世界

时间:2011-02-24 15:06:03

标签: android windows eclipse eclipse-plugin

是的,所以我制作一个沼泽标准的Hello世界,以确保Android正在工作。这是我第一次使用android所以即时设置环境。我已经制作了程序:http://developer.android.com/resources/tutorials/hello-world.html

但是当我运行程序时,模拟器会提供时间和日期以及它的充电时间。没有像教程中的图片那样。此外,模拟器是不同的虽然id假设我成为了AVD Android 3.0。有人告诉我我需要做些什么才能让Hello World登场?

5 个答案:

答案 0 :(得分:4)

它可能只是坐在锁定屏幕上。只需向上或向下滑动即可解锁,您的应用就会显示出来。

答案 1 :(得分:1)

我也有这个,这让我想到了这个主题。

我将SDK版本字段留空了。

[2011-06-01 21:46:23 - helloWorld] Uploading helloWorld.apk onto device 'emulator-5554'
[2011-06-01 21:46:23 - helloWorld] Installing helloWorld.apk...
[2011-06-01 21:46:45 - helloWorld] Success!
[2011-06-01 21:46:45 - helloWorld] Starting activity com.myhelloworld.MainAct on device emulator-5554
[2011-06-01 21:46:49 - helloWorld] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.myhelloworld/.MainAct }
[2011-06-01 21:47:47 - Emulator] emulator: emulator window was out of view and was recentred
[2011-06-01 21:47:47 - Emulator] 

在此消息之后,我等待模拟器启动,我解锁它并看到它的主屏幕。几秒钟后,我的应用程序出现了。

答案 2 :(得分:1)

设置选项:

-noaudio -no-snapshot-load

in

Run->Run Configurations...->Target->Additional Emulator Command Line Options

对我而言,它有效。

答案 3 :(得分:0)

我遇到了同样的问题,答案就在这里:running hello world - not getting hello world on screen

第一次加载AVD时,您必须等待好一段时间。你必须滑动或w / e解锁它。如果你看到它,点击确定按钮。进入“主页”后,单击底部菜单上的中间按钮。这将打开模拟器上的应用程序。找到你的Hello,Android应用程序,点击它,你就会看到你的Hello World。

答案 4 :(得分:0)

刚刚遇到同样的问题,第一次安装了Android SDK + Eclipse并尝试了“Hello,World!”,下面是帮助我弄清楚发生了什么的步骤(道歉,如果这可以用很简单的方式解决)

默认情况下,当模拟器启动时,它会显示“A N D R O I D ...”文本,闪烁光标

  1. 完全加载时稍等一下
  2. 按下Desctop屏幕上的解锁按钮
  3. 加载后向右拖动"Unlock"按钮(IMG1)
  4. 您还可以在“应用程序”列表中手动查找并启动应用程序:

    1. 在Android Desctop的底部按"Applications"按钮(IMG2)
    2. 从可用应用程序列表中选择您的应用程序,然后双击以运行
    3. IMG1:解锁按钮

      * UnLock button

      IMG2:应用程序按钮

      ** Applications button