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[]からテキストファイルを作成する方法各行に1つの要素??? extまたはtxtを使用しないファイルの種類または...???