On Tue, Jan 11, 2011 at 12:27 AM, Asis <[email protected]> wrote: > My project is totally error free but still the application is crashing as > soon as it is launching.... >
I hope you see the irony in that statement. First thing to look for is "Caused by". E/AndroidRuntime( 5486): Caused by: java.lang.NullPointerException > E/AndroidRuntime( 5486): > at com.android.hellogooglemap.hellogooglemap.onC > reate(hellogooglemap.java:39) > Now go to hellogooglemap.java, line 39, use your debugger, figure out what's null make it so it's not null. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

