开发者

I can't get my Android program to run correctly on an AVM in Eclipse

This is a simple question about getting started with developing Android apps using Eclipse. I have followed all the tutorials on the developer site for installing Eclipse, the SDK and the ADT plugin. When trying to run a simple Hello World program, everything seems to compile correctly, but then the virtual machine comes up empty. In the Console Window it reads:

The program then just sits and my text never comes up. Any idea with what the problem could开发者_运维知识库 be?


Give some time to emulator to load it. Actually it takes ages. Anyway in mean time you can switch to DDMS perspective and and check the LogCat view. Basically it displays all messages from emulated android system. I bet it will be very busy ;-)
So, don't panic, wait a bit :-) It happens to me too.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜