I can't get my Android program to run correctly on an AVM in Eclipse
Posted
by Wes
on Stack Overflow
See other posts from Stack Overflow
or by Wes
Published on 2010-04-16T21:18:02Z
Indexed on
2010/04/16
21:23 UTC
Read the original article
Hit count: 241
android
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?
© Stack Overflow or respective owner