[android-developers] How to find out why my app crashes

2011-11-23 Thread wyo
It's totally frustrating when an app crashes before the first breakpoint. But how do I find out what Resource ID #0x7f030001 means? 11-23 10:52:31.600: E/AndroidRuntime(3973): java.lang.RuntimeException: Unable to start activity ComponentInfo{wyo.android.contacts/wyo.android.contacts.ContactMgr}:

Re: [android-developers] How to find out why my app crashes

2011-11-23 Thread Kostya Vasilyev
Open R.java in your project... Hit Ctrl+F... Enter the value, 0x7f03 But first of all, try cleaning the project and rebuilding. It might go away on its own. 23.11.2011 14:18, wyo пишет: It's totally frustrating when an app crashes before the first breakpoint. But how do I find out what