Apps Noob debugging first app

itm

Member
I'm working on my first "hello world" app using the example in the "Android Apps with Eclipse" book by O. Cinar.
I've got Eclipse 4.2.1 up and running with the ADT, and have created code for a simple MoviePlayer app. When I try to run the app I get an error saying that the SystemUI has died. I'm now trying to work out how to debug the problem.
I've attached the logcat output.
Details of the virtual device that I'm running the app on are:
Android 4.2 (API level 17)
ARM (armeabi-v7a)
CPU: cortex-a8
RAMsize: 512
Display: 4.7in WXGA

Can anyone suggest how to debug this problem?
 

itm

Member
Thread starter
Oops...the log was a little too large...here it is zipped...
 

Attachments

  • log.zip
    11.2 KB · Views: 23
Top