When I compile an android application ( I tried with the sample ones from the sdk). I get this error:
>Error executing aapt: Cannot run program \"/home/ro
Ubuntu 13.10 solution:
Append
deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse
to /etc/apt/sources.list.
sudo apt-get update sudo apt-get install ia32-libs
The problem was my 64bit OS , I missed some 32 bit libs ;)