码迷,mamicode.com
首页 > 移动开发 > 详细

指定Android Studio编译工程时的源文件编码

时间:2017-05-26 13:27:58      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:com   .com   分享   ges   studio   utf8编码   utf-8   image   文件编码   

统一设置为UTF8编码
在工程的根目录下的build.gradle文件中,添加定义。
tasks. withType(JavaCompile) {
    options.encoding = "UTF-8"
}

如图:

技术分享

指定Android Studio编译工程时的源文件编码

标签:com   .com   分享   ges   studio   utf8编码   utf-8   image   文件编码   

原文地址:http://www.cnblogs.com/glowworm/p/6907721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!