Skip to content

Commit 7be8567

Browse files
committed
Clarifications
1 parent 038981b commit 7be8567

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Doc/using/android.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ 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-
* Either:
43+
* First, acquire a build of Python for Android:
4444

45-
* Download an Android Python release from `python.org
46-
<https://www.python.org/downloads/android/>`__, and extract the ``prefix``
47-
directory.
45+
* The easiest way is to download an Android release from `python.org
46+
<https://www.python.org/downloads/android/>`__. The ``prefix`` directory
47+
mentioned below is at the top level of the package.
4848

49-
* Or build it yourself by following the instructions in :source:`Android/README.md`.
50-
This will create the directory ``cross-build/HOST/prefix``.
49+
* Or if you want to build it yourself, follow the instructions in
50+
:source:`Android/README.md`. The ``prefix`` directory will be created under
51+
``cross-build/HOST``.
5152

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

0 commit comments

Comments
 (0)