gpt4 book ai didi

安卓工作室 : unmappable character for encoding UTF-8

转载 作者:IT老高 更新时间:2023-10-28 13:23:07 31 4
gpt4 key购买 nike

将我的项目从 eclipse 导入到 android studio 后,出现以下错误:

Error: unmappable character for encoding UTF-8

Android Studio:0.5.8

最佳答案

我遇到了同样的问题,因为存在带有 windows-1251 编码和西里尔文注释的文件。在基于 IntelliJ IDEA 的 Android Studio 中,您可以通过两种方式解决它:

a) 将文件编码转换为 UTF-8 或

b) 在您的 build.gradle 脚本中设置正确的文件编码:

android {
...
compileOptions.encoding = 'windows-1251' // write your encoding here
...

要转换文件编码,请使用 IDE 右下角的菜单。首先选择正确的文件编码->按重新加载->选择UTF-8->按转换

另请阅读 Use the UTF-8, Luke! File Encodings in IntelliJ IDEA

关于安卓工作室 : unmappable character for encoding UTF-8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23677855/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com