On Fri, Feb 27, 2009 at 3:22 AM, RedOxyd <redo...@gmail.com> wrote: > > Hello, > I am coding a basic android application that has to call a web > service, using KSOAP2, I am sending a request with one parameter > (city) and need to get the response of the web service (basically a > short String) from this site: > http://www.deeptraining.com/webservices/weather.asmx?op=GetWeather > > When execultin the application, I only get a message: > "This application has stopped unexpectedly" > > When debugging, I am getting the following error: > Thread [<3> main] (Suspended (exception VerifyError) > And: > ViewRoot.handleMessage(Message) line: 1198 > that says: Source not Found > And shows a button allowing to: Edit Source Lookup path. > > What does this basically mean?
It means that you crashed on line 1198 in ViewRoot.java, but your eclipse source paths are not setup correctly, so eclipse cannot show you that file. If you looked at the system log, you might get some more useful information (like the full stack trace). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---