@@ -7,14 +7,14 @@ libs, and your application.
77These tools were recently rewritten to provide a new, easier to use
88and extend interface. If you are looking for the old toolchain with
99distribute.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.
1212
1313For documentation and support, see:
1414
1515- 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.
1818
1919Broad goals of the revamp project include:
2020
@@ -77,10 +77,8 @@ If you did this, to build an APK with SDL2 you can try e.g.
7777
7878 p4a apk --requirements=kivysdl2 --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
7979
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.
8482
8583# Known missing stuff from P4A
8684
0 commit comments