@H_502_1@我有一个扩展名为.mp3的音频文件,我想将它添加到
Android studio的“raw”文件夹中,以便从我的java文件中访问它,如:
Intent objIntent = new Intent(this,PlayAudio.class);
我在原始文件夹中的音频文件上看到问号,每当我点击它时,它会显示一个带有此消息的屏幕:
The file ‘xy.mp3’ is not associated with any file type.Please define the association
有什么建议吗?