Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
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
11 changes: 9 additions & 2 deletions 11 Doc/using/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,15 @@ 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``.
* First, acquire a build of Python for Android:

* The easiest way is to download an Android release from `python.org
<https://www.python.org/downloads/android/>`__. The ``prefix`` directory
mentioned below is at the top level of the package.

* Or if you want to build it yourself, follow the instructions in
:source:`Android/README.md`. The ``prefix`` directory will be created under
:samp:`cross-build/{HOST}`.

* 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.