AndroidStudio 乱码

83 阅读1分钟
tasks.withType(JavaCompile){
    options.encoding = "UTF-8"
}