Run Android aapt on Ubuntu 12.04 64 bit -
i'm trying build android project on ubuntu 12.04 machine, 64 bit. reason, after i've done required, still can't run "aapt".
as instructed, downloaded sdk , installed packages. changed permissions on file, , installed 32->64 bit multiarch libraries:
sudo apt-get install ia32-libs sudo apt-get install ia32-libs-multiarch
because didn't work, , after whole lot of more searches, installed:
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5
still,
aapt: command not found
please let me know if there's else attach question.
any ideas?
you might missing android sdk path environment variable.
Comments
Post a Comment