After importing my project from eclipse into android studio i have got the following error :
Error: unmappable character for encoding UTF-8
<
If above answeres did not work, then you can try my answer because it worked for me.
Here's what worked for me.
This should fix the issue.
Check all 'C' characters. There are may be some cyrillic 'C's in english-looking word.
Reason for this is that in both english and russian keyboards 'C' occupies same physical button.
I have the problem with encoding in javadoc generated by intellij idea. The solution is to add
-encoding UTF-8 -docencoding utf-8 -charset utf-8
into command line arguments!
UPDATE: more information about compilation Javadoc in Intellij IDEA see in my post