That is a runtime error. You application did something wrong, and Android shut it down.
Use the logcat (in Eclipse Debug / DDMS perspectives) to see the stack trace. Look for the lines that say "Caused by:" and below - that's the reason for the crash, usually accompanied by a helpful explanation.
-- Kostya 07.05.2011 19:35, exax пишет:
so after a brief moment of success, I tried to change the program to show the screen by xml instead of java. Now the program doesn't work again. This time though it installs and then gets the error on the emulator saying that the application has stopped unexpectedly and that it has to force close. I copied it directly from the tutorial again though and have no idea what's wrong. the debugger says that it can't find the resources for the android.jar file but I hear this is just eclipse. the example hello android that was built already runs fine. any ideas??
-- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

