我想使用 FileInputStream 读取文件(mp3 文件)。但是我无法将文件的路径指定为方法 openFileInput 的参数。我在 res 文件夹中放置了一个原始文件夹,其中是我的 mp3 文件。有人可以告诉我如何指定该方法的路径。我是 android 的新手。
FileInputStream fis;
fis = openFileInput();
我想使用 FileInputStream 读取文件(mp3 文件)。但是我无法将文件的路径指定为方法 openFileInput 的参数。我在 res 文件夹中放置了一个原始文件夹,其中是我的 mp3 文件。有人可以告诉我如何指定该方法的路径。我是 android 的新手。
FileInputStream fis;
fis = openFileInput();