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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -