Android Studio解决Build Log出现乱码问题

在我们编译项目代码时,需要查看Build Log相应的提示,如何解决出现乱码问题?

Android Studio解决Build Log出现乱码问题

 

 

 1、在Android Studio的菜单Help,Edit Custom VM Options选项(如果没有,会提示创建),或者双击Shift,搜索“Edit Custom VM Options”,快速找到入口。

Android Studio解决Build Log出现乱码问题      Android Studio解决Build Log出现乱码问题

 

2、在文件中增加“-Dfile.encoding=UTF-8”

Android Studio解决Build Log出现乱码问题

 

 

 3、重启Android Studio,这时乱码就不见啦。

Android Studio解决Build Log出现乱码问题

 

Android Studio解决Build Log出现乱码问题

上一篇:Hadoop学习历程(五、真正的分布式系统搭建)


下一篇:django在model里面建立表之后执行数据迁移 报错No changes detected No migrations to apply.