2015-08-16, 19:39
Hi!
I'm trying to compile the default kodi source without any modification following the guide: https://github.com/xbmc/xbmc/blob/master...ME.android
The problem is that I get an error after ./bootstrap (in point 5.1. Building dependencies) when trying to configure with the command found in the README file which is(I'm using android-ndk-r10e) :
and finally I get the following error message:
Any help with that? I probably made other mistakes because this is the first time I try to compile it. So any comment will be really appreciated!
PS: I'm using a virtualbox with ubuntu 12.04.5 32 bits
Thank you all!!
I'm trying to compile the default kodi source without any modification following the guide: https://github.com/xbmc/xbmc/blob/master...ME.android
The problem is that I get an error after ./bootstrap (in point 5.1. Building dependencies) when trying to configure with the command found in the README file which is(I'm using android-ndk-r10e) :
Code:
./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r10e --with-toolchain=/opt/arm-linux-androideabi-4.8-vanilla/android-17 --prefix=/opt/xbmc-depends
and finally I get the following error message:
Code:
checking for library containing iconv_open... none required
checking for main in -lcrystax... no
ls: cannot access /opt/android-sdk-linux/build-tools: No such file or directory
checking for aapt... no
configure: error: "Missing program: aapt"
Any help with that? I probably made other mistakes because this is the first time I try to compile it. So any comment will be really appreciated!
PS: I'm using a virtualbox with ubuntu 12.04.5 32 bits
Thank you all!!