我正试图在Xubuntu上启动Android。当我在终端中键入./studio.sh时,会得到以下错误:
Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 14: out of memory
Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 23: out of memory
Fontconfig error: "/etc/fonts/conf.d/65-khmer.conf", line 32: out of memory但安卓工作室推出,似乎没有任何问题的工作。为什么我要得到这个错误,以及如何修复它?
发布于 2014-02-17 04:23:21
这是高棉字体中的一个bug,参见https://bugs.launchpad.net/ubuntu/+source/fonts-khmeros/+bug/1254967。
如果它困扰您,并且您不需要高棉字体,您可以去掉它(通过配置)移除字体:
apt-get purge fonts-khmeros-core如果您需要字体,在前面提到的bug中有各种各样的解决方案。最正确的方法似乎是编辑失败的文件并删除<match>和</match>标记,如下所述:http://permalink.gmane.org/gmane.linux.debian.devel.bugs.general/1095401
https://askubuntu.com/questions/421891
复制相似问题