Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions Doc/using/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@ If you're sure you want to do all of this manually, read on. You can use the
:source:`testbed app <Android/testbed>` as a guide; each step below contains a
link to the relevant file.

* Build Python by following the instructions in :source:`Android/README.md`.
This will create the directory ``cross-build/HOST/prefix``.
* Either:
Copy link
Member

@AA-Turner AA-Turner Sep 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't describe what the reader hopes to accomplish at this point. Perhaps:

Suggested change
* Either:
* First, acquire a release build of Python for Android.
There are two methods of doing so, either downloading a pre-built binary,
or compiling Python from the source code yourself.

Obviously the sub-bullets would need adjusting

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.


* Download an Android Python release from `python.org
<https://www.python.org/downloads/android/>`__, and extract the ``prefix``
directory.

* Or build it yourself by following the instructions in :source:`Android/README.md`.
This will create the directory ``cross-build/HOST/prefix``.

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