Re: [android-developers] Re: Application forced Close

2013-05-01 Thread Piren
how could we have missed that? :-D On Tuesday, April 30, 2013 10:02:33 PM UTC+3, TreKing wrote: On Tue, Apr 30, 2013 at 9:14 AM, bob b...@coolfone.comze.comjavascript: wrote: The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method:

[android-developers] Re: Application forced Close

2013-04-30 Thread Piren
Learning the route to a destination doesn't teach you how to drive a car... you should first read the owner's manual. http://developer.android.com/tools/index.html (the whole of it, not just the first page) On Tuesday, April 16, 2013 6:52:18 AM UTC+3, Sachin Sharma wrote: I am developing my

[android-developers] Re: Application forced Close

2013-04-30 Thread bob
The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method: *super.onCreate(savedInstanceState);* Thanks. On Monday, April 15, 2013 10:52:18 PM UTC-5, Sachin Sharma wrote: I am developing my first app using android tutorials given on android

[android-developers] Re: Application forced Close

2013-04-30 Thread Piren
Are you clairvoyant? how did you figure that is the issue from looking just at the screenshot of a Fatal Exception? On Tuesday, April 30, 2013 5:14:27 PM UTC+3, bob wrote: The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method:

Re: [android-developers] Re: Application forced Close

2013-04-30 Thread TreKing
On Tue, Apr 30, 2013 at 9:14 AM, bob b...@coolfone.comze.com wrote: The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method: *super.onCreate(savedInstanceState);* Thanks. No, no, no. It's clearly a NullPointerException on line 42 of