Check the call stack, logcat output, console output. Most probably the application is passing a wrong parameter to a system call.
Artak On Thu, Dec 10, 2009 at 10:57 AM, nikhil <[email protected]> wrote: > Guys , I am trying to debug my app on the android simulator in eclipse > > I was able to debug it yesterday but today for some reason when I hit > step into...I started getting some source not found error.. Following > is the stack trace in the debug console.. > > Thread [<3> main] (Suspended (exception NullPointerException)) > ViewRoot.handleMessage(Message) line: 1739 > ViewRoot(Handler).dispatchMessage(Message) line: 99 > Looper.loop() line: 123 > ActivityThread.main(String[]) line: 4310 > Method.invokeNative(Object, Object[], Class, Class[], Class, int, > boolean) line: not available [native method] [local variables > unavailable] > Method.invoke(Object, Object...) line: 521 > ZygoteInit$MethodAndArgsCaller.run() line: 860 > ZygoteInit.main(String[]) line: 618 > NativeStart.main(String[]) line: not available [native method] > > In the window above this it says > > Source not found with a button which says Edit Source Look Up Path > > Please help > > -- > 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]<android-developers%[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

