Are you using UTF-16?If so, try it:
paint.setTextEncoding(SkPaint::kUTF16_TextEncoding);
I haven't used Skia on Android yet, but on Windows and Fedora it runs fine.
By default, Skia will render UTF8 text.
If the problem is not about text encoding, try changing another font.
And what unicode chars are you rendering?Skia renders UTF-8 Chinese fine on my Wndows and Fedora.
在 2015年3月4日星期三 UTC+8下午5:27:54,Vivek Kumar写道: