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
Post a Comment