侧边栏壁纸
  • 累计撰写 81 篇文章
  • 累计创建 25 个标签
  • 累计收到 10 条评论

目 录CONTENT

文章目录

AndroidStudio Build Output输出中文乱码解决方法

gstory
2020-04-03 / 0 评论 / 2 点赞 / 171 阅读 / 189 字 / 正在检测是否收录...
广告 广告

选择 help->edit Custom vm option

# custom Android Studio VM options, see https://developer.android.com/studio/intro/studio-config.html
#加入以下
-Dfile.encoding=UTF-8

然后FIle-> Invalidate cache/restart重新启动即可

2

评论区