在我的日食上得到错误[重复]

时间:2023-01-20 16:49:44

This question already has an answer here:

这个问题在这里已有答案:

res\raw\sounds-783-elastique.mp3: Invalid file name: must contain only [a-z]

This is the error i am getting on my eclipse.No Uppercase letters are involved as you can see. What do you think guys the problem is?

这是我在日食中遇到的错误。没有大写字母,你可以看到。你认为这个问题是什么?

3 个解决方案

#1


0  

 File name must contain only lowercase a-z, 0-9, or _.

#2


0  

Rename your mp3 file to sounds_783_elastique.mp3. Eclipse doesn't support '-' in file names.

将您的mp3文件重命名为sounds_783_elastique.mp3。 Eclipse不支持文件名中的“ - ”。

#3


0  

Your file name must be in the format:

您的文件名必须采用以下格式:

(lowercase) -> a-z, 0-9,_

#1


0  

 File name must contain only lowercase a-z, 0-9, or _.

#2


0  

Rename your mp3 file to sounds_783_elastique.mp3. Eclipse doesn't support '-' in file names.

将您的mp3文件重命名为sounds_783_elastique.mp3。 Eclipse不支持文件名中的“ - ”。

#3


0  

Your file name must be in the format:

您的文件名必须采用以下格式:

(lowercase) -> a-z, 0-9,_