1、编译出现:out/host/linux-x86/bin/aapt:error while loading shared libraries:libz.so.1:cannot open shared objec file:no such file or directory
解决方案:sudo apt-get install lib32z1
本文详细介绍了如何解决在编译过程中遇到的错误,该错误指出无法打开共享对象文件libz.so.1,通过执行特定的命令成功解决了问题。
1、编译出现:out/host/linux-x86/bin/aapt:error while loading shared libraries:libz.so.1:cannot open shared objec file:no such file or directory
解决方案:sudo apt-get install lib32z1
2289

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