简体   繁体   English

第一个Eclipse Android应用程序,显示空白屏幕

[英]First Eclipse Android app, showing blank screen

So, this is my first android application. 因此,这是我的第一个android应用程序。 I am using Eclipse Kepler, I've installed the ADT and also the SDK is setup. 我正在使用Eclipse Kepler,已经安装了ADT,并且还安装了SDK。 Even with the example that comes with a new android application from eclipse, when I hit run, it's starting the emulator, but I just get a blank screen in it. 即使使用了eclipse的新android应用程序附带的示例,当我点击run时,它仍在启动模拟器,但是我只是得到了一个空白屏幕。

I've tried different Devices, and I can choose only one target for the virtual device manager: Android 4.4 - API Level 19 我尝试了不同的设备,但只能为虚拟设备管理器选择一个目标: Android 4.4-API级别19

What settings I've used: 我使用了哪些设置:

Application name: myfirstapp 应用名称:myfirstapp

Project name: myfirstapp 项目名称:myfirstapp

Package com.example.myfirstapp 包com.example.myfirstapp

For the rest of the settings, I've let them default: 对于其余设置,我让它们成为默认设置:

Minimum Required SDK: API 8: Android 2.2 (Froyo) 最低要求的SDK:API 8:Android 2.2(Froyo)

Target SDK: API 18 目标SDK:API 18

Compile With: API 19: Android 4.4 (KitKat) 编译方式:API 19:Android 4.4(KitKat)

Theme: (default) 主题:(默认)

I've also tried to set all the above settings to API 19: Android 4.4 (KitKat), but nothing changes. 我还尝试将上述所有设置都设置为API 19:Android 4.4(KitKat),但没有任何变化。

Screenshot: 截图:

Any ideas ? 有任何想法吗 ?

您的android模拟器正在加载,您只需等待。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM