2013-09-14, 09:38
Before you delete and ban this for being a build question. There is no where else to post and i have managed to build my own android ndk apps and ported other libs using cmake to build on android fine in windows. So it is not like i'm completely useless.(maybe a little in linux)
So I'm using ubuntu 12.04 64bit.
I am following these instructions
https://github.com/xbmc/xbmc/blob/master...ME.android
I had to make some changes as it looks like "arm-linux-androideabi-4.7" does not exist in the r9 ndk so i instead used 4.8 and I needed to give details about the host system for some reason giving this command to generate the toolchain.
I then navigate to xbmc/tools/depends and execute
configure: error: verify sdk path
Though the compiler checks can not seem to find appropriate compiler executables that are in the toolchains/android-14 and falls back to the ones in usr/bin/
The full log being http://pastebin.com/jbn9gr0n
Checked the sdk location a thousand times and i have installed the android 4.0(api 14) sdk using the android sdk manager.
Any help would be much appreciated. It will likely be something obvious though I just can not think of anything.
Sorry if i offended anyone with the topic.
So I'm using ubuntu 12.04 64bit.
I am following these instructions
https://github.com/xbmc/xbmc/blob/master...ME.android
I had to make some changes as it looks like "arm-linux-androideabi-4.7" does not exist in the r9 ndk so i instead used 4.8 and I needed to give details about the host system for some reason giving this command to generate the toolchain.
Quote:./make-standalone-toolchain.sh --ndk-dir=/home/greenie/android-ndk-r9 --install-dir=/home/greenie/android-ndk-r9/toolchains/android-14 --platform=android-14 --toolchain=arm-linux-androideabi-4.8 --system=linux-x86_64Which works.
I then navigate to xbmc/tools/depends and execute
Quote:./bootstrapat which point it stops with the following error
./configure --with-toolchain=/home/greenie/android-ndk-r9/toolchains/android-14 --prefix=/opt/xbmc-deps --host=arm-linux-androideabi --with-sdk-path=/home/greenie/android-sdk-linux --with-ndk=/home/greenie/android-ndk-r9 --with-sdk=android-14 --with-tarballs=/tmp/xbmc-android
configure: error: verify sdk path
Though the compiler checks can not seem to find appropriate compiler executables that are in the toolchains/android-14 and falls back to the ones in usr/bin/
The full log being http://pastebin.com/jbn9gr0n
Checked the sdk location a thousand times and i have installed the android 4.0(api 14) sdk using the android sdk manager.
Any help would be much appreciated. It will likely be something obvious though I just can not think of anything.
Sorry if i offended anyone with the topic.