[android-developers] Re: E/AndroidRuntime( 321): java.lang.VerifyError: de.stefandahmen.android.TourList

2009-10-20 Thread Stefan
Hi, my TourList.java is very small: //imports and package public class TourList extends ListActivity { File dir = Environment.getExternalStorageDirectory(); String[] fileList = dir.list(new FilenameFilter() { public boolean accept(File d, String name) { return

[android-developers] Re: E/AndroidRuntime( 321): java.lang.VerifyError: de.stefandahmen.android.TourList

2009-10-20 Thread Stefan
i have found the error... The NavTrack class includes the new TTS engine, which isnt included in the sdk 1.5 So the NavTrack class could not be compiled and in the onListItemClick function, the Intent couldnt find NavTrack.class Regards, Stefan