MPD
MPD copied to clipboard
How to build multi arch apk for Android
Question
How to build multi arch apk for Android? I tried
../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a
../../android/build.py $$SDK$$ $$NDK$$ arm64-v8a
meson configure
ninja android/apk/mpd-unsigned.apk
but in the apk there is only a libmpd.so in armeabi-v7a.
That needs another script which is out-of-tree ... but your report is a good time to fix this up properly and commit it to git.
Thanks!
Kindly ping. Could you please share the script? Thanks!
Just remove the rm -rf line from android/apk/make-unsigned-apk.sh and add --reconfigure to android/build.py.