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.
2 parents 403cf8a + d1f8cb6 commit 2e3c6a3Copy full SHA for 2e3c6a3
doc/source/quickstart.rst
@@ -232,7 +232,7 @@ Exporting the Android App Bundle (aab) for distributing it on Google Play
232
Starting from August 2021 for new apps and from November 2021 for updates to existings apps,
233
Google Play Console will require the Android App Bundle instead of the long lived apk.
234
235
-python-for-android handles by itself the needed work to accomplish the new requirements:
+python-for-android handles by itself the needed work to accomplish the new requirements::
236
237
p4a aab --private $HOME/code/myapp --package=org.example.myapp --name="My App" --version 0.1 --bootstrap=sdl2 --requirements=python3,kivy --arch=arm64-v8a --arch=armeabi-v7a --release
238
0 commit comments