Android Studio : unmappable character for encoding UTF-8

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

    A few encoding issues that I had to face couldn't be solved by above solutions. I had to either update my Android Studio or run test cases using following command in the AS terminal.

    gradlew clean assembleDebug testDebug

    P.S your encoding settings for IDE and project should match.

    Hope it helps !

提交回复
热议问题