3 messages in com.googlegroups.android-developers[android-developers] Re: NullPointer ...
FromSent OnAttachments
MichaMicha27 Jun 2008 13:12 
Mark Murphy27 Jun 2008 15:21 
MichaMicha28 Jun 2008 03:53 
Subject:[android-developers] Re: NullPointer Exception error at simple application
From:MichaMicha (mich@gmail.com)
Date:06/28/2008 03:53:50 AM
List:com.googlegroups.android-developers

Great thanks, I guess I should be at Android Beginners group with this sort of questions... Moving there now.

Micha

On Jun 28, 12:21 am, "Mark Murphy" <mmur@commonsware.com> wrote:

I'm kinda new to Android, but got some Java experience, but still got this annoying error even before i see anything on the screen:

Move your setContentView(R.layout.search); statement to immediately after your super.onCreate(icicle); statement. You don't have a content view at the time you're trying to get your buttons.