工程区文件build.gradle 加入

1 tasks.withType(Compile) {
2     options.encoding = "UTF-8"
3 }