On Fri, Dec 17, 2010 at 1:10 PM, cuil yahoo <[email protected]> wrote:
> 12-18 00:38:43.989: ERROR/AndroidRuntime(443): Caused by: > java.lang.NullPointerException > 12-18 00:38:43.989: ERROR/AndroidRuntime(443): at > my.uiplay.GreenActionButton.onCreate(GreenActionButton.java:25) > Now step through your debugger, go to line 25 of GreenActionButton.java, and see what's null. Then make it 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

