Closed nickgitnick closed 6 months ago
I tried moving the android-ndk to ~/Android/android-ndk and passing that as a parameter, but I still get the error $ANDROID_NDK=/home/nick/Android/android-ndk is invalid at (eval 10) line 28.
Duplicate of #1483
BTW, you might have more luck using GitHub Actions instead of trying to do everything manually
I am trying to build the ffmpeg presets for javacv for android-arm following these instructions: https://github.com/bytedeco/javacpp-presets/tree/master#build-instructions
I have cloned the repo and from the javacpp-presets folder call: mvn clean install --projects .,ffmpeg -Djavacpp.platform=android-arm -Djavacpp.platform.root=/usr/local/android-ndk/ -X
I end up getting this output: