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

Posted 淡然为之 坦然受之 泰然处之 奋然斗之

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了指定Android Studio编译工程时的源文件编码相关的知识,希望对你有一定的参考价值。

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

如图:

以上是关于指定Android Studio编译工程时的源文件编码的主要内容,如果未能解决你的问题,请参考以下文章

android studio使用openssl

Android Studio:包含 Google Maps 时的编译器设置

android studio怎么创建html文件

Android studio 报错问题

android studio 里面build,clean区别

android studio的module越多编译越慢吗