当我查看图形编辑器/ 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,然后开始学习本教程。
答案 0 :(得分:0)