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.
res にフォルダーを作成する必要があります。このフォルダーにはサウンドがありますが、できませんでした。
フォルダーを作成してrawから、mp3 を追加する必要があります
raw
その方法でファイルにアクセスします:
getResources().openRawResource(R.raw.sound);
mp3 ファイルを res/raw に追加する必要があります (これを作成する必要がある場合があります)。幸運を !