當前位置:首頁 » 安卓系統 » 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 12:50:38 瀏覽:670
jsp的資料庫連接配置 發布:2025-01-10 12:49:03 瀏覽:484
oracle資料庫代碼 發布:2025-01-10 12:42:11 瀏覽:38
電腦tb賬戶密碼是多少 發布:2025-01-10 12:34:38 瀏覽:348
方舟如何進私人伺服器 發布:2025-01-10 12:33:01 瀏覽:349
撞球游戲源碼 發布:2025-01-10 12:32:44 瀏覽:549
紅米note4x存儲 發布:2025-01-10 12:23:05 瀏覽:158
游娛寶盒怎麼安裝安卓系統 發布:2025-01-10 12:20:13 瀏覽:941
androidssl 發布:2025-01-10 12:20:06 瀏覽:133
iphone微信緩存怎麼清理 發布:2025-01-10 12:20:04 瀏覽:420