Android Studio -Xlint:deprecation ���±��롣

总结:Android Studio 安装目录下bin文件夹下 studio64.exe.vmoptions文件末尾追加

 -Dfile.encoding=UTF-8

 然后重启即可,不放心的话可以在studio.exe.vmoptions也加上

 

后面不用看了参考:

 

 

 

 

 

 

 

 

 

 

 

Android Studio, gradle build项目时,build失败,并且build的控制台输出一大堆中文乱码信息,选了其中一段:

 -Xlint:unchecked ���±��롣
 ����: ����GBK�IJ���ӳ���
1
2
等等。

解决:
1.点击工具栏上的放大镜 Search Everywhere 搜索按钮
2.全局搜索 Edit Custom VM Options
3.在打开的 studio64.exe.vmoptions 文件,文件末尾加入:

-Dfile.encoding=UTF-8


1
4.重启 Android Studio

解决! 

https://blog.csdn.net/twilightdream/article/details/107637301

https://blog.csdn.net/yzpbright/article/details/111319585?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first_rank_v2~rank_aggregation-2-111319585.pc_agg_rank_aggregation&utm_term=android+gradle%E8%BE%93%E5%87%BA%E4%B9%B1%E7%A0%81&spm=1000.2123.3001.4430

Android Studio  -Xlint:deprecation ���±��롣

 

 

上一篇:[LeetCode] 1331. Rank Transform of an Array


下一篇:SQL学习7.1 -窗口函数入门