从ADT运行Android应用程序失败

时间:2013-11-18 21:14:34

标签: java android eclipse adt tablet

我正在关注这个简单的教程http://developer.android.com/training/basics/firstapp/building-ui.htmlhttp://developer.android.com/training/basics/firstapp/building-ui.html

当我查看图形编辑器/ wysiwug时,我看到了正确的事情。带有一个输入文本和一个按钮的屏幕 但是,当我运行应用程序时,我会在右侧显示默认Android按钮的空白屏幕 在日志中,我看到:
(正常)

[2013-11-18 16:07:37 - hello] adb is running normally.
[2013-11-18 16:07:37 - hello] Performing com.example.hello.MainActivity activity launch
[2013-11-18 16:07:37 - hello] Automatic Target Mode: launching new emulator with compatible AVD 'AVD_for_Nexus_7_by_Google'
[2013-11-18 16:07:37 - hello] Launching a new emulator with Virtual Device 'AVD_for_Nexus_7_by_Google'

(误差)

[2013-11-18 16:07:43 - Emulator] libGL error: failed to load driver: nouveau   
[2013-11-18 16:07:43 - Emulator] libGL error: Try again with LIBGL_DEBUG=verbose for more details.

不确定是否连接。我在这里错过了什么?我安装了ADT,然后开始学习本教程。

1 个答案:

答案 0 :(得分:0)

哈哈......你所要做的就是放松,坐下来,等待10分钟 虚拟机(Android模拟器)需要很长时间才能完全初始化。