代码改变世界

xmllint: command not found

2013-03-27 15:21  java20130722  阅读(480)  评论(0)    收藏  举报
在编译android source code是时候,出现如下错误:
Copy xml: out/target/product/generic/system/etc/apns-conf.xml
/bin/bash: xmllint: command not found
make: *** [out/target/product/generic/system/etc/apns-conf.xml] Error 127

解决方法:

安装xmllint : sudo apt-get install  libxml2-utils