I'm trying to build an Android project on an Ubuntu 12.04 machine, 64 bit. For some reason, after I've done everything required, I still can't run "aapt".
As instructed, I downloaded the SDK and installed all the packages. I changed permissions on the file, and also installed 32->64 bit multiarch libraries:
sudo apt-get install ia32-libs
sudo apt-get install ia32-libs-multiarch
Because this didn't work, and after a whole lot of more searches, I also installed:
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5
Still, I get
aapt: command not found
Please let me know if there's anything else to attach to the question.
Any ideas?