Android Studio : unmappable character for encoding UTF-8

前端 未结 9 1450
无人共我
无人共我 2020-11-27 13:15

After importing my project from eclipse into android studio i have got the following error :

Error: unmappable character for encoding UTF-8
<
9条回答
  •  渐次进展
    2020-11-27 14:07

    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

提交回复
热议问题