xmllint: command not found

引述自:http://blog.csdn.net/luhuajcdd/article/details/8726750

编译android source code时出现

xmllint device/intel/common/apns-conf.xml >/dev/null  # Don't print the xml file to stdout. 
Copy: out/target/product/byt_t_crv2/system/etc/firmware/maxtouch.cfg
out/host/linux-x86/bin/acp -fp device/intel/baytrail/byt_t_crv2/config/maxtouch.cfg out/target/product/byt_t_crv2/system/etc/firmware/maxtouch.cfg
/bin/bash: xmllint: command not found

解决方法:
     安装xmllint : sudo apt-get install  libxml2-utils

 

ImportError: No module named lxml

dpkg -l | grep xml ====> python-lxml

sudo apt-get install python-lxml

 

posted on 2014-09-10 14:10  阿加  阅读(857)  评论(0)    收藏  举报

导航