String strFileContent="";
Log.e(TAG, "Error loading image file names333");
StringBuilder contents = new StringBuilder();///
for (int i = 0; i < x.length; i++) {
///strFileContent += ""+x[i]+",";
contents.append(x[i]);///
contents.append(System.getProperty("line.separator"));///
}
strFileContent=contents.toString();///
String file = "scores8";
java或android:如何从字符串数组x []每行一个元素创建一个文本文件???什么类型的文件不使用 ext 或 txt 或...???