We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5dc2b commit 3fcb9d0Copy full SHA for 3fcb9d0
doc/source/quickstart.rst
@@ -254,10 +254,10 @@ correct and try to continue the build.
254
Configuration file
255
~~~~~~~~~~~~~~~~~~
256
257
-python-for-android look on the current directory if there is a `.p4a`
258
-configuration file. If it found it, it adds all the lines as options
259
-to the command line. For example, you can put the options you would
260
-always write such as:
+python-for-android checks in the current directory for a configuration
+file named ``.p4a``. If found, it adds all the lines as options to the
+command line. For example, you can add the options you would always
+include such as:
261
262
--dist_name my_example
263
--android_api 19
0 commit comments