在android中对raw文件夹进行分类?
我有大约 300 个 .mp3 文件。所以我需要将它放在 raw 文件夹中。有什么方法可以将这些文件保存在一个组中(如animalvoice、birdsvoice等)?
我尝试在 raw 文件夹中添加一个文件夹,将每个文件夹中的 100 个声音文件分组。但是资源ID没有生成..
有什么解决办法吗?
I have around 300 .mp3 files. so i need to place it in raw folder. Is there any way to keep these files in a group (like animalvoice, birdsvoice etc) ?
I try to add a folder inside the raw folder to group 100 sound files in each folder. But resource id is not generating..
Any solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不可能的。
如果您想要文件夹结构资产是可行的方法,但是您必须进行自己的路径管理。
this is simply not possible.
if you you want to folder structure Assets is the way to go, but then you have to do your own path management.