我在ubuntu16.04 搭建Android开发环境,使用aapt时出现这样的错误:
./aapt: error while loading shared libraries: libc++.so: cannot open shared object file: No such file or directory
关于libc++.so => not found这个问题该怎么解决呢?需要添加的库我都添加了,就是没有这个,求解
你aapt应该有依赖这个so文件,但是系统没有。
sudo apt-get install lib32stdc++6 lib32z1