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.
drawable フォルダにある Android の文字列パスから mp3 をロードしたいですか? 誰かこれについて私を助けてください。
ファイルをアセット フォルダーに配置すると、 を使用して簡単にアクセスできますContextWrapper#getAssets().open(fileName)。
ContextWrapper#getAssets().open(fileName)
mp3 ファイルを Android アセット フォルダーに追加すると、ファイルの URL は次のようになります。file:///android_asset/yourfile.mp3
file:///android_asset/yourfile.mp3