• 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)
Android Compile for Android fails at configure
#91
I'm trying to build Frodo for android and i'm following Frodo android readme file in step 5.1 i try to run following command

./configure --with-tarballs=/opt/xbmc-tarballs --host=i686-linux-android --with-sdk=/root/Android/Sdk --with-ndk=/home/.../Downloads/android-ndk-r10d --with-toolchain=/home/../armx86-android-frodo-toolchain/android-9 --prefix=/opt/xbmc-depends

now i'm getting following error

checking for i686-linux-android-gcc... yes
configure: error: verify sdk path

but i but i manage to build koid for android using same command but for android-14 but here i'm getting verify sdk path.

this the full output that i got

checking for i686-linux-android-g++... no
checking for i686-linux-android-c++... no
checking for i686-linux-android-gpp... no
checking for i686-linux-android-aCC... no
checking for i686-linux-android-CC... no
checking for i686-linux-android-cxx... no
checking for i686-linux-android-cc++... no
checking for i686-linux-android-cl.exe... no
checking for i686-linux-android-FCC... no
checking for i686-linux-android-KCC... no
checking for i686-linux-android-RCC... no
checking for i686-linux-android-xlC_r... no
checking for i686-linux-android-xlC... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for i686-linux-android-gcc... no
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for main in -lz... yes
checking for unzip... yes
checking for zip... yes
checking for curl... /usr/bin/curl
checking for tar... /bin/tar
checking for i686-linux-android-gcc... yes
configure: error: verify sdk path

plz tell me how to fix this error?
Reply
#92
are you sure /root/Android/Sdk has the sdk and is accessible by your user (normally only root can access the /root/ folder). I suggest move everything (sdk, ndk, toolchain) into your home directory and configure accordingly.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#93
x86 android on Frodo? That probably won't fly. Didn't we add x86 droid in gotham?
Reply
#94
And why Frodo...?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)

Logout Mark Read Team Forum Stats Members Help
Compile for Android fails at configure1