AAPT .... error while loading sh
2015-09-28 本文已影响381人
多厘
系统: ubuntu 15
刚把项目从 eclipse 转到 Android , 在运行 gradle 构建的时候出现如下错误 :
Executing tasks: [:assembleDebug]
....
AAPT err(682906863): /home/php/Android/android-sdk-linux/build-tools/22.0.1/aapt: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
原因是: 64位的Ubuntu系统, 应该是缺少 lib32stdc++6这个包,你用 apt-get install lib32stdc++6
安装一下就可以