-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-137242: Mention Android binary releases in documentation #138305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me from a content point-of-view; leaving to someone on the docs team to approve from a wording point of view :-)
Doc/using/android.rst
Outdated
|
||
* Build Python by following the instructions in :source:`Android/README.md`. | ||
This will create the directory ``cross-build/HOST/prefix``. | ||
* Either: |
There was a problem hiding this comment.
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:
* 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@AA-Turner: Are you able to merge this? |
Co-authored-by: Adam Turner <[email protected]>
Thanks @mhsmith for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…thonGH-138305) Adds a mention of binary releases to the Android documentation. --------- Co-authored-by: Russell Keith-Magee <[email protected]> Co-authored-by: Adam Turner <[email protected]> (cherry picked from commit 594bdde) Co-authored-by: Malcolm Smith <[email protected]>
…thonGH-138305) Adds a mention of binary releases to the Android documentation. --------- Co-authored-by: Russell Keith-Magee <[email protected]> Co-authored-by: Adam Turner <[email protected]> (cherry picked from commit 594bdde) Co-authored-by: Malcolm Smith <[email protected]>
GH-139124 is a backport of this pull request to the 3.14 branch. |
GH-139125 is a backport of this pull request to the 3.13 branch. |
If a developer for some reason doesn't want to use Briefcase or Buildozer, these releases will make it much easier for them to manually embed Python in an Android app.
📚 Documentation preview 📚: https://cpython-previews--138305.org.readthedocs.build/