@@ -6,7 +6,7 @@ python-for-android
6
6
[ ![ Backers on Open Collective] ( https://opencollective.com/kivy/backers/badge.svg )] ( #backers )
7
7
[ ![ Sponsors on Open Collective] ( https://opencollective.com/kivy/sponsors/badge.svg )] ( #sponsors )
8
8
9
- python-for-android is a packager for Python apps on Android. You can
9
+ python-for-android is a packaging tool for Python apps on Android. You can
10
10
create your own Python distribution including the modules and
11
11
dependencies you want, and bundle it in an APK along with your own code.
12
12
@@ -37,7 +37,7 @@ Quick instructions to start would be:
37
37
38
38
pip install python-for-android
39
39
40
- or to test the master branch:
40
+ or to test the develop branch:
41
41
42
42
pip install git+https://github.com/kivy/python-for-android.git
43
43
@@ -46,14 +46,14 @@ equivalent). To test that the installation worked, try::
46
46
47
47
python-for-android recipes
48
48
49
- This should return a list of recipes available to be built .
49
+ This should return a list of available build recipes .
50
50
51
51
To build any distributions, you need to set up the Android SDK and NDK
52
52
as described in the documentation linked above.
53
53
54
54
If you did this, to build an APK with SDL2 you can try e.g.:
55
55
56
- p4a apk --requirements=kivy --private /home/asandy /devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
56
+ p4a apk --requirements=kivy --private /home/username /devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
57
57
58
58
For full instructions and parameter options, see [ the
59
59
documentation] ( https://python-for-android.readthedocs.io/en/latest/quickstart/#usage ) .
0 commit comments