1

I use Eclipse to develop Android App, when i have error in logcat is only information:

threadid=1: thread exiting with uncaught exception (group=0x40dd8438)

no stack trace or any information what is wrong in my code.

1 Answers1

1

If you look through the stack trace, you will see a "Caused by..." line (sometimes more than one). The last one of those is the important one. Check properly use "findviewById" element for your code, check for all resources.

jack
  • 338
  • 1
  • 3
  • 29