Re: [android-developers] Re: NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Justin Anderson
Look at your logcat output... It will point you to the exact file and line number where the exception is occurring... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 5:48 AM, Renuka Deshpande < renukanil.deshpa...@gmail.com> wrote:

Re: [android-developers] Re: NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Renuka Deshpande
cross check with your xml, that you have used same names as in xml. On Mon, Aug 27, 2012 at 2:32 PM, Jason Sesso wrote: > does "R.id.**btnRetrieveDoc" event exist? > > > On Saturday, August 25, 2012 12:45:20 PM UTC-7, KinnMirr wrote: >> >> When I run below activity, I get an exception. I've wrap

[android-developers] Re: NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Jason Sesso
does "R.id.btnRetrieveDoc" event exist? On Saturday, August 25, 2012 12:45:20 PM UTC-7, KinnMirr wrote: > > When I run below activity, I get an exception. I've wrapped the exception > in an AlertDialog. Here's what the dialog shows. > * null > null > null > java.lang.NullPo