最近遇到公司电脑编译器一个小问题
解决方法 在Android Studio中双击Shift 输入"Edit Custom VM Options" 搜索
或者点击Help—>Edit Custom VM Options
然后在打开的文件中添加一句
-Dfile.encoding=UTF-8
收工