audio - “INVALID FILE NAME: MUST CONTAIN ONLY [a-z0-9_.]“ for sound files in Android Studio -
I am preparing an Android app containing the sound files in the res / raw
folder 50 These are all named s1.mp3
, s2.mp3
, s3.mp3
etc.
I Some searches have been done and found that everyone gets this error because their file has a capital letter in it's not mine.
The error started especially indicating that there was an incorrect file name in s37.mp3
. Then I completely removed that file, thinking that it was a bug or something when I tried to recompile it, then she said, s38.mp3
was a problem, then I had all the files Moved to s36.mp3
and then pointed to the s12.mp3
as a problem.
So obviously Android studio sees the problem with the names of all the sound files when I look at the navigation bar on the left side of the screen, I think all the sound files have their regular names, but Their extensions are in Caps (MP3). Of course this can not be a problem, okay?
I saw your image and you have s30.MP3 < / Code> is a file named, remember that
files only include [a-z0- 9 _.]
-
file S30.MP3
should be renamed to s30.mp3
Comments
Post a Comment