Android Studio : unmappable character for encoding UTF-8

前端 未结 9 1472
无人共我
无人共我 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 13:44

    Add system variable (for Windows) "JAVA_TOOL_OPTIONS" = "-Dfile.encoding=UTF8".

    I did it only way to fix this error.

提交回复
热议问题