DaAlx
DaAlx
This unfortunately does not fix the error. The file `soundtouch/source/Android-lib/jni/soundtouch-lib.cpp` includes on line 39 the header file `soundtouch.h`. In this directory (https://github.com/rockcarry/soundtouch/tree/master/source/Android-lib/jni) there is no file with this name.
During the script execution the copy command on line 99 is never reached, because the error appears on line 80 (execution of `${CROSS_PREFIX}gcc` command, in this case it is `arm-linux-androideabi-gcc`)....
I changed the line 54 of the script (see my first post). So my `PATH` variable has the following value `$PATH:$ANDROID_NDK_HOME/toolchains/$TOOLCHAIN_PATH/prebuilt/linux-x86_64/bin`.
I tried it with `-v` parameter but I'm not able to see what the error could be. Maybe you can figure out what is going wrong! [build.log](https://github.com/rockcarry/fanplayer/files/7534521/build.log)