lots of searching and reading has not provided the answer to this problem.
my activity does not extend ListActivity so this line throws an error.
setListAdapter(fileList);
it is supposed to populate a listview, any solid help is much appreciated.
ArrayAdapter<String> fileList =
new ArrayAdapter<String>(this, R.layout.row, item);
setListAdapter(fileList);
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…