Android Build Process Failing
#1
Following the directions for building Matrix: https://github.com/xbmc/xbmc/blob/Matrix...Android.md

I'm running into an issue at step 5:

c++:

configure:5821: result: no
configure:5828: WARNING: "No iconv support in toolchain. Will build libiconv."
configure:5971: error: verify sdk path

I've uploaded the config.log here: https://gist.github.com/dmyoung9/af1d5af...09f2f06c90

Can anyone offer some wisdom on how to get around this?
Reply
#2
If your Android build process is failing, there are several potential causes that could be affecting it. First, you should check the build configuration to make sure all the settings are correct. Incorrect settings can cause the build process to fail.
Next, you should check any external dependencies your code may be using. If any of these dependencies are out of date or missing, the build process could fail.
Finally, check the code itself for any errors or typos. Incorrect code can cause the build process to fail, so be sure to review all of your files for any possible issues.
If you're still having trouble with the build process, you may want to try using a different build tool, as some tools can be more reliable than others.
Reply
#3
your build process is failing because you didnt read thoroughly, the same way you didnt read the sticky in the development section - https://forum.kodi.tv/showthread.php?tid=26707
but whats done is done, your command should look something like this, this is a freebie and will not be followed up on

my initial build line:

Code:
cd $HOME/kodi/tools/depends && ./bootstrap && ./configure --enable-gplv3=yes --with-tarballs=$HOME/xbmc-tarballs --prefix=$HOME/xbmc-depends --host=arm-linux-androideabi --with-sdk-path=$HOME/android-tools/android-sdk-linux --with-ndk-path=$HOME/android-tools/android-ndk-r25b --enable-debug=no
Reply
#4
Thanks for your help. I figured it out already, but I'm not certain what the exact fix was.

Either way, all good now.
Reply
#5
(2023-02-06, 17:13)dmyoung Wrote: Thanks for your help. I figured it out already, but I'm not certain what the exact fix was.

Either way, all good now.

How did you fix it?
Reply

Logout Mark Read Team Forum Stats Members Help
Android Build Process Failing0