Skip to content

Commit 4755bcc

Browse files
Docs: Fix typos and improved README quickstart (kivy#2860)
* Made p4a apk build command more general - readme * Fix twice spelled - readme * updated p4a build command
1 parent fd03775 commit 4755bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ other API levels may not work.
5151

5252
With everything installed, build an APK with SDL2 with e.g.:
5353

54-
p4a apk --requirements=kivy --private /home/username/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
54+
p4a apk --private PATH_TO_YOUR_APP_CODE --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python3,kivy
5555

5656
**If you need to deploy your app on Google Play, Android App Bundle (aab) is required since 1 August 2021:**
5757

@@ -96,7 +96,7 @@ Please refer to the LICENSE file.
9696

9797
In 2015 these tools were rewritten to provide a new, easier-to-use and
9898
easier-to-extend interface. If you'd like to browse the old toolchain, its
99-
status is recorded for posterity at at
99+
status is recorded for posterity at
100100
https://github.com/kivy/python-for-android/tree/old_toolchain.
101101

102102
In the last quarter of 2018 the python recipes were changed. The

0 commit comments

Comments
 (0)