On Fri, Feb 12, 2010 at 8:09 AM, wahib <[email protected]> wrote: > The marker is displayed > correctly but when i tap on it there is a NullPointerException and i > dont know why its occuring. >
Your stack trace shows you exactly where the issue is occurring. Put a break point where the onTap gets called and step through the program. Check each variable you're using to see which is null. ------------------------------------------------------------------------------------------------- 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 Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

