35+ stories, thoughts and ideas.35+ stories, thoughts and ideas.


stories, thoughts and ideas.

Android studio 使用技巧

  1. 编译时输出乱码

Android\bin\studio64.exe.vmoptions 文件最后加入 -Dfile.encoding=UTF-8

-Djna.boot.library.path=
-Didea.vendor.name=Google
-Dfile.encoding=UTF-8
  1. git push 失败,报unable to read askpass response错误
error: unable to read askpass response from 'xxx\intellij-git-askpass.bat'
bash: /dev/tty: No such device or address

解决方法:
Settings -> Version Control -> Git
勾选Use credential helper即可

本原创文章未经允许不得转载 | 当前页面:35+ stories, thoughts and ideas. » Android studio 使用技巧

评论