From f55064ab1414e373bbe29a9f797612ea1d047e7a Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 24 Aug 2016 04:03:39 +0200 Subject: Document ARGS variable in the create-apk-* targets Explains how to install and sign apks REVIEW: 128634 --- toolchain/Android.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'toolchain/Android.cmake') diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake index 20e65f87..ce9043c9 100644 --- a/toolchain/Android.cmake +++ b/toolchain/Android.cmake @@ -73,6 +73,17 @@ # make create-apk-myapp # # The APK would then be found in ``myapp_build_apk/bin`` in the build directory. +# +# The create-apk-myapp target will be able to take an ARGS parameter with further +# arguments for androiddeployqt. For example, one can use:: +# +# make create-apk-myapp ARGS="--install" +# +# To install the apk to test. To generate a signed apk, one can do it with the +# following syntax:: +# make create-apk-myapp ARGS="--sign ~/my.keystore alias_name" +# +# See Android documentation on how to create a keystore to use # ============================================================================= # Copyright 2014 Aleix Pol i Gonzalez -- cgit v1.2.1