[android-developers] java.lang.IllegalArgumentException while parsing xml file

2010-01-28 Thread Stefan
Hello, i have several gpx files on my sd card and i show them (the filename) on a listview. if i choose a gpx file, the track is load in another activity with a listview,too (adress-strings are shown). if i use the back button, the listview with the filenames is shown again and i can choose

Re: [android-developers] java.lang.IllegalArgumentException while parsing xml file

2010-01-28 Thread Frank Weiss
Just to eliminate a couple of possibilities, what threading technique are you using: AsyncTask, Service, your own? I suspect the latter, dur to the java.lang.Thread.run at the bottom of the stacktrace. The focus of the problems appears to be where