8000
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 871cc31 commit 5b03c0bCopy full SHA for 5b03c0b
doc/source/quickstart.rst
@@ -139,7 +139,11 @@ project unless they have precisely the same requirements.
139
140
You can build an SDL2 APK similarly, creating a dist as follows::
141
142
- python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --requirements=sdl2,python2
+ python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --requirements=sdl2,python2,kivy
143
+
144
+Note that you must now explicitly add ``kivy`` to the requirements, as
145
+its presence is now optional (you can alternatively use SDL2 in other
146
+ways, such as with PySDL2).
147
148
You can then make an APK in the same way, but this is more
149
experimental and doesn't support as much customisation yet.
0 commit comments