此問題在stack over flow 上找到答案。
解決方法:
//在終端分別運行下面兩條指令,安裝lib32stdc++6 和lib32z1 sudo apt-get install lib32stdc++6 sudo apt-get install lib32z1
問題原因:Ubuntu can't run the aapt on 64 bit before installing this packages
此問題在Stack overflow上有更新
EDIT 19-04-2016 :
Android Studio 2 have the installation guide updated with those packages and bunch more to compile on 64-bit machines correctly
$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6