在 Build.gradle里面加入
tasks.withType(JavaCompile) {
options.encoding = “UTF-8”
}
AndroidStudio System.out.print()乱码
最新推荐文章于 2025-06-20 15:56:16 发布
在 Build.gradle里面加入
tasks.withType(JavaCompile) {
options.encoding = “UTF-8”
}