java - How to name resource file in android other than english -


i want name resource file レオウ.png (japanese). however, there error when loading resource. wonder if there way can that.

all resources id'd r.java. r.java must conform programming nomenclature standards because, well, it's java source code. resource name violates because identifiers can composed of _, a..z, a..z , 0..9 characters (and can't start digit). wouldn't create variable japanese kanji name, likewise can't resource file, because need access through r.java (r.drawable.xxx).


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -