gpt4 book ai didi

android - 从Android Studio读取txt、mp3等文件

转载 作者:行者123 更新时间:2023-11-29 15:43:32 25 4
gpt4 key购买 nike

最近我在使用 Eclipse 之前安装了 Android Studio。在使用 Eclipse 时,我可以将所有文件放在 Assets 目录中,并使用 getassets 方法访问它。例如:

InputStream ims = getAssets().open("textnew.txt");

能否请您指教:

  1. 在 Android Studio 中的什么地方存储文件?我应该自己在/res 目录中创建文件夹并将文件放在那里吗?例如:res/raw/textnew.txt
  2. 如何访问这些文件?例如,我需要打开 txt 文件以便将其内容放置到 TextView 中。怎么做?

谢谢!

最佳答案

您仍然可以在 Android Studio 中使用 asset 文件夹。

在您的应用程序目录中手动创建文件夹 asset

Using the menus : File / New / Folder / Assets Folder

我认为与 Eclispe 的唯一区别是在 Android Studio 中默认不创建该文件夹。

关于android - 从Android Studio读取txt、mp3等文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36572832/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com