Looking over my code real quick, I noticed that I forgot to call setContentView() in the onCreate() method of the example I gave you...
Make sure you call that method before you do anything with the buttons (or any other views in your code as well)... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jun 20, 2012 at 1:43 PM, Tommy Hartz <[email protected]> wrote: > If you have any question feel free to email me off list and I'll see what I > can do to help you. > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Lars > Sent: Wednesday, June 20, 2012 3:33 PM > To: [email protected] > Subject: Re: [android-developers] Re: Help, eclipse does'nt show any > errors, > but app does'nt work on phone. > > That's okay dude:-) > > -- > 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 > > -- > 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 > -- 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

