当前位置:首页 » 安卓系统 » androidstudio输出

androidstudio输出

发布时间: 2024-11-28 10:36:20

⑴ Android Studio的OutputStream输出流输出的文件在哪里

1、书上没说错,确实在哪个目录下

按照我的步骤做,然后去分析你的问题是什么原因

1、在Applacation下写

try {
FileOutputStream outputStream1 = getApplicationContext().openFileOutput("my.txt", Context.MODE_APPEND);
BufferedWriter outputStream=new BufferedWriter(new OutputStreamWriter(outputStream1));
outputStream.write("aaaaaaaaa");
outputStream.close();
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}

2、使用模拟器运行,然后打开Device Monitor

4、如果还要问题,可以留下联系方式或者追问

⑵ android studio怎么在获取对象后输出对象内容

1、找到目录的main先建立assets格式的文件夹
2、再把需要读取的txt文件放入到该文件夹下。
3、在御磨利用代码lnputStreaminputStream=getAssets().open(“txt文件的名称”),就可以获取镇厅斗到输出对象的内容了。
4、以上就是androidstudio怎么在获取对象后输出对象内容伏镇的步骤了。

热点内容
苏州什么是刀片服务器 发布:2025-01-10 17:08:55 浏览:916
楼宇对讲linux和安卓哪个好 发布:2025-01-10 17:08:53 浏览:629
编程猫电脑版 发布:2025-01-10 17:07:25 浏览:941
上传音乐表 发布:2025-01-10 17:04:52 浏览:165
如何在安卓tv上装当贝市场 发布:2025-01-10 16:59:54 浏览:978
电脑铁电存储 发布:2025-01-10 16:57:19 浏览:463
c语言源程序的基本单位 发布:2025-01-10 16:47:37 浏览:286
王者安卓账号如何换到苹果 发布:2025-01-10 16:34:47 浏览:729
c语言lua 发布:2025-01-10 16:34:46 浏览:207
我的世界检测服务器人员 发布:2025-01-10 16:32:30 浏览:833