【GiraKoo】Android Studio控制台乱码
启动Android Studio进行编译时,可能会遇到控制台出现异常的乱码。
本文介绍该情况的解决方案。
����: δ������쳣����Exception; ���������в���������Ա��׳�
mlocationClient = new AMapLocationClient(this);
-
点击【Help】,【Edit Custom VM Options】
-
追加
-Dfile.encoding=UTF-8
-
重启Android Studio