I was trying to run a sample code While launching the application in the android 1.5 emulator , I got these errors.... Any one have some hint..?
ERROR from LogCat:<
In my case, I was trying to initialize the components(UI) even before the onCreate is called for the Activity.
onCreate
Make sure your UI components are initialized/linked in the onCreate method after setContentView
setContentView
NB: This is my first mistake while learning Android programming.