File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,15 @@ project unless they have precisely the same requirements.
137
137
138
138
You can build an SDL2 APK similarly, creating a dist as follows::
139
139
140
- python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --recipes =sdl2,python2
140
+ python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --requirements =sdl2,python2
141
141
142
142
You can then make an APK in the same way, but this is more
143
143
experimental and doesn't support as much customisation yet.
144
144
145
145
There is also experimental support for building APKs with Vispy, which
146
146
do not include Kivy. The basic command for this would be e.g.::
147
147
148
- python-for-android create --dist_name=testvispy --bootstrap=sdl2 --recipes =vispy
148
+ python-for-android create --dist_name=testvispy --bootstrap=sdl2 --requirements =vispy
149
149
150
150
python-for-android also has commands to list internal information
151
151
about distributions available, to export or symlink these (they come
You can’t perform that action at this time.
0 commit comments