android studio 乱码

1、 设置 file- setting -file encodeing- 设置utf-8 

 2 、  build.gradle 添加

tasks.withType(JavaCompile) {
    options.encoding = "UTF-8"
}

 

posted on 2015-08-11 16:31  gwazy  阅读(268)  评论(0编辑  收藏  举报

导航