@@ -7,14 +7,14 @@ libs, and your application.
7
7
These tools were recently rewritten to provide a new, easier to use
8
8
and extend interface. If you are looking for the old toolchain with
9
9
distribute.sh and build.py, it is still available at
10
- https://github.com/kivy/python-for-android/tree/old_toolchain , and PRs
11
- to this branch are still accepted.
10
+ https://github.com/kivy/python-for-android/tree/old_toolchain , and
11
+ issues and PRs relating to this branch are still accepted.
12
12
13
13
For documentation and support, see:
14
14
15
15
- Website: http://python-for-android.rtfd.org/
16
- - Forum : https://groups.google.com/forum/?hl=fr #!forum/python-android
17
- - Mailing list: python-android@googlegroups.com
16
+ - Mailing list : https://groups.google.com/forum/#!forum/kivy-users or
17
+ https://groups.google.com/forum/#!forum/ python-android.
18
18
19
19
Broad goals of the revamp project include:
20
20
@@ -77,10 +77,8 @@ If you did this, to build an APK with SDL2 you can try e.g.
77
77
78
78
p4a apk --requirements=kivysdl2 --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
79
79
80
- This may currently fail, the api is being sorted out. If it works, the
81
- apk will be returned in the current directory. The full dist will be
82
- built the first time (taking several minutes) but not subsequent
83
- times.
80
+ For full instructions and parameter options, see the documentation
81
+ linked above.
84
82
85
83
# Known missing stuff from P4A
86
84
0 commit comments