Skip to content

Commit 038981b

Browse files
committed
Mention Android binary releases in documentation
1 parent 552cf86 commit 038981b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Doc/using/android.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ If you're sure you want to do all of this manually, read on. You can use the
4040
:source:`testbed app <Android/testbed>` as a guide; each step below contains a
4141
link to the relevant file.
4242

43-
* Build Python by following the instructions in :source:`Android/README.md`.
44-
This will create the directory ``cross-build/HOST/prefix``.
43+
* Either:
44+
45+
* Download an Android Python release from `python.org
46+
<https://www.python.org/downloads/android/>`__, and extract the ``prefix``
47+
directory.
48+
49+
* Or build it yourself by following the instructions in :source:`Android/README.md`.
50+
This will create the directory ``cross-build/HOST/prefix``.
4551

4652
* Add code to your :source:`build.gradle <Android/testbed/app/build.gradle.kts>`
4753
file to copy the following items into your project. All except your own Python

0 commit comments

Comments
 (0)