vic
vic

Reputation: 1

problem creating menu on android

I'm trying to create a menu for my application and when it runs it just says sorry the application has stopped unexpectedly. I tried in another project and it worked, i'm trying with the simplest menu example and in one project works and the other doesn't. I don't show any code because it's the same everywhere i just would like to know why the application doesn't even start.

Upvotes: 0

Views: 61

Answers (1)

Gregg Rivinius
Gregg Rivinius

Reputation: 775

Use logcat to see a stack trace of the failure... it should tell you the exception that caused the crash and the exact line in which file it occurred at. If that doesn't help add you the stack trace to your posting. Logcat is your best friend!

Upvotes: 1

Related Questions