统一设置为UTF8编码
在工程的根目录下的build.gradle文件中,添加定义。
tasks. withType(JavaCompile) {
options.encoding = "UTF-8"
}
如图:
时间: 2025-01-12 05:10:37
统一设置为UTF8编码
在工程的根目录下的build.gradle文件中,添加定义。
tasks. withType(JavaCompile) {
options.encoding = "UTF-8"
}
如图: