Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在可绘制文件夹中有几个文件是俄语 - xxxxxx.jpg,其中 x 是俄语字符。在编译期间,Android 无法识别这些文件。有没有办法解决这个问题?
没有不尊重,但有没有办法解决它?也许导入一个额外的文件?覆盖它?放到另一个文件夹?金克斯吗?
仅使用[a-z0-9_.]重命名文件
请记住,第一个字符必须是字母!
res 文件夹只接受包含的文件名[a-z0-9_.]
[a-z0-9_.]
您必须重命名文件以仅使用小写英文字母、数字 0-9、下划线和句号。没有办法解决这个问题,而且你不能在其中包含俄语字符。
res文件夹支持名称包含的文件[a-z0-9_.]如果您的任何文件包含上述字符以外的字符,则应重命名。
res