HelloAndroid不显示我的TextView控件

时间:2010-08-24 20:43:53

标签: android

Hello stackOverflow读者,

我希望这是一个简单的设置问题,但在这里:

  • Eclipse 3.6.0
  • AVD 2.2和1.5(同时创建并尝试使用)
  • XP Pro 2002 SP3

我按照网站http://developer.android.com/resources/tutorials/hello-world.html上的教程,但我的自定义TextView控件从未呈现过。

我在公共类HelloAndroid extends Activity 方法中设置了一些断点,这些断点永远不会被触发。就好像我的 android.process.acore 永远不会根据控制台输出运行。

我很想删除所有并重新安装软件包,但我想我会首先向网络寻求一些指导。

这是控制台窗口中的输出:

[2010-08-24 12:05:08 - HelloAndroid2] Android Launch!

[2010-08-24 12:05:08 - HelloAndroid2] adb is running normally.

[2010-08-24 12:05:08 - HelloAndroid2] Performing com.example.helloandroid2.HelloAndroid activity launch

[2010-08-24 12:05:08 - HelloAndroid2] Automatic Target Mode: launching new emulator with compatible AVD 'My_avd_2_point_2'

[2010-08-24 12:05:08 - HelloAndroid2] Launching a new emulator with Virtual Device 'My_avd_2_point_2'
[2010-08-24 12:05:11 - HelloAndroid2] New emulator found: emulator-5554

[2010-08-24 12:05:11 - HelloAndroid2] Waiting for HOME ('android.process.acore') to be launched...

<然后我在这里杀死Android模拟器>

[2010-08-24 12:05:34 - HelloAndroid2] emulator-5554 disconnected! Cancelling 'com.example.helloandroid2.HelloAndroid activity launch'!

提前感谢您帮助我理解这个问题。

2 个答案:

答案 0 :(得分:0)

模拟器屏幕中显示什么?你进入“解锁”屏幕了吗? 您似乎还没有等待模拟器启动。

答案 1 :(得分:0)

我有同样的问题,但是等待并使用开/关按钮不起作用。 (我有解锁屏幕。) 奇怪的是,一个不同的教程似乎有用(简易手电筒)。

没关系 - 我猜是新手问题。

我通过使用(菜单按钮,然后是)Launcher图标,然后选择我的应用程序来实现它。