Bug Description
JellyBean builds fail because JB uses xmllint during build:
xmllint frameworks/
/bin/bash: xmllint: command not found
make: *** [out/target/
make: *** Waiting for unfinished jobs....
I installed xmllint (sudo apt-get > install libxml2-utils)it's ok now.
本文解决了Android JellyBean构建过程中因xmllint未安装而导致的错误。通过安装xmllint (libxml2-utils),成功修复了构建流程。

被折叠的 条评论
为什么被折叠?



