Android Studio : unmappable character for encoding UTF-8

前端 未结 9 1453
无人共我
无人共我 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:51

    In Android Studio resolved it by

    1. Navigate to File > Editor > File Encodings.
    2. In global encoding set the encoding to ISO-8859-1
    3. In Project encoding set the encoding to UTF-8 and the same case to Default encoding for properties files.
    4. Rebuild project.

提交回复
热议问题