摘要: 工程区文件build.gradle 加入1 tasks.withType(Compile) {2 options.encoding = "UTF-8"3 } 阅读全文