Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从位于可绘制文件夹中的 android 中的字符串路径加载 mp3?请任何人帮助我。
如果将文件放在资产文件夹中,则可以使用ContextWrapper#getAssets().open(fileName).
ContextWrapper#getAssets().open(fileName)
如果您将 mp3 文件添加到文件的 android assets 文件夹中,则 URL 将是file:///android_asset/yourfile.mp3
file:///android_asset/yourfile.mp3