0

みなさん、私のアプリケーションにはたくさんのミニ サウンドがありますが、それらを \res\raw\foldername のようなフォルダーに整理できれば、はるかに簡単になります。試してみましたが、R.raw からしかロードできず、"raw" フォルダーのサンプルしか表示されません。これを行う方法はありますか?ありがとう

4

1 に答える 1

1

I'm not sure if you can do this with raw, but and alternative solution would be to put the files organized into directories, into assets folder, and then read from there.

于 2013-06-02T17:43:15.260 に答える