美文网首页
Android Studio 3.6稳定版 注释中文出现乱码解决

Android Studio 3.6稳定版 注释中文出现乱码解决

作者: sayeverything | 来源:发表于2020-03-13 14:18 被阅读0次

    先提供一下下载地址 Android Studio 3.6

    然后看下出现乱码是啥样的,虽然是乱码:

    在网上找了很多解决方案:

    1:更改编码  File -->setting  ---> Editor---->File Encodings  修改编码未UTF - 8 (然而对我并没有用)

    2:修改文件 打开文件安装目录下的bin文件  找到studio64.exe.vmoptions   与studio.exe.vmoptions   打开并在最后一行添加

            -Dfile.encoding=UTF-8   (然而也不管用)

    最后:偶然看到这位大哥的,才得以解决,要不然我估计的返回到低版本了

        https://zhuanlan.zhihu.com/p/110442356

    3: File -->setting  ---> Appearance -->Appearance   Antialiasing中的两个只都选择Greyscale  完美解决

    从此可以开开心心使用新版本了

    相关文章

      网友评论

          本文标题:Android Studio 3.6稳定版 注释中文出现乱码解决

          本文链接:https://www.haomeiwen.com/subject/aiuhshtx.html