android 技术知识

Android Studio 出现 :编码GBK的不可映射字符的

2019-02-18  本文已影响0人  追梦小乐

Error:(48, 44) 错误: 编码GBK的不可映射字符

image.png

解决方法

image.png

tasks.withType(JavaCompile) {
    options.encoding = "UTF-8"
}

上一篇 下一篇

猜你喜欢

热点阅读