Ok, since you didn't have the actual "caused by" statement in your original post I didn't think you had looked that far. Anyway, if that line is the line causing the error it is probably because of the call to readline....
According to these docs, BufferedReader.readLine() can return null: http://download.oracle.com/javase/1.5.0/docs/api/java/io/BufferedReader.html#readLine%28%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 17, 2011 at 2:43 PM, TreKing <[email protected]> wrote: > On Thu, Mar 17, 2011 at 3:14 PM, David Williams < > [email protected]> wrote: > >> The line I have bolded is where the error seems to be happening and the >> log file shows the following. Would appreciate any pointers. > > > Pointer: debug your app and write out the value of retInit. It's probably > not what you think it is. If it's not, find out why and make it so it is. > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > > -- > 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

