On Thu, May 6, 2010 at 12:03 PM, Josh <[email protected]> wrote: > When I click the button I get a force close and error. > > Uncaught handler: thread main exiting due to uncaught exception > java.lang.RuntimeException: Unable to start activity > ComponentInfo{com.company.Name/com.company.Name.LocationMap}: > java.lang.NullPointerException >
This error should also tell you exactly what line the null pointer exception is happening, which will tell you what's null, which will tell you what the problem is. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

