I had a file android project with file name chinese character in layout. And i want to build apk but got this error
E:\app\src\main\res\layout\????.xml: Error: '?' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore
Is Android studio cant build apk with chinese character file named? i already set to UTF-8. or may theres another setting to android studio for read chinese character?
E:\app\src\main\res\layout\????.xml: Error: '?' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore
Is Android studio cant build apk with chinese character file named? i already set to UTF-8. or may theres another setting to android studio for read chinese character?