由于系统为Ubuntu 64位系统,而aapt工具需要32位库的支持才能运行,因此执行:sudo apt-get install ia32-libs 安装32位库
参考博客来源:http://blog.youkuaiyun.com/hunterno4/article/details/8920368
安装后,可能会遇见Exception in thread "png-
打开终端依次运行以下命令,重启as即可解决。
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386
参考博客来源:http://www.linuxdiyf.com/linux/17070.html