Android Studio : unmappable character for encoding UTF-8

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

    If above answeres did not work, then you can try my answer because it worked for me.
    Here's what worked for me.

    1. Close Android Studio
    2. Go to C:\Usersyour username
    3. Locate the Android Studio settings directory named .AndroidStudioX.X (X.X being the version)
    4. C:\Users\my_user_name.AndroidStudio4.0\system\caches
    5. Delete the caches folder and open android studio

    This should fix the issue.

提交回复
热议问题