问题描述:

AndroidStudio4.0编译项目时Run窗口中文乱码,如图:

Android Studio 4.0 Run窗口中文乱码解决办法

解决方法:

  1. 依次打开菜单:Help--Edit Custom VM Options,打开studio64.exe.vmoptions编辑框(如果没有该文件,请按照提示自动创建即可)
  2. 在studio64.exe.vmoptions中添加 -Dfile.encoding=UTF-8
  3. 重启AndroidStudio
  4. 问题解决

相关文章:

  • 2021-12-21
  • 2021-10-15
  • 2021-11-02
  • 2021-05-20
  • 2021-07-09
  • 2021-12-01
猜你喜欢
  • 2021-06-16
  • 2022-12-23
  • 2021-12-09
  • 2021-06-29
  • 2021-08-29
  • 2021-06-27
  • 2021-12-28
相关资源
相似解决方案