doc/user.rst: pass -Dandroid_debug_keystore=... to ./android/build.py

This commit is contained in:
Max Kellermann 2021-10-31 17:03:35 +01:00
parent f1d5d70010
commit 0c900a4bfa
1 changed files with 2 additions and 2 deletions

View File

@ -205,8 +205,8 @@ tarball and change into the directory. Then, instead of
mkdir -p output/android
cd output/android
../../android/build.py SDK_PATH NDK_PATH ABI
meson configure -Dandroid_debug_keystore=$HOME/.android/debug.keystore
../../android/build.py SDK_PATH NDK_PATH ABI \
-Dandroid_debug_keystore=$HOME/.android/debug.keystore
ninja android/apk/mpd-debug.apk
:envvar:`SDK_PATH` is the absolute path where you installed the