Skip to content

gh-116622: Complete Android documentation #124259

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

Merged
merged 15 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
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
Prev Previous commit
Next Next commit
Improve formatting
  • Loading branch information
mhsmith committed Sep 23, 2024
commit eabbf45ea6b0807dea123eb97f9e215fff0bafde
2 changes: 1 addition & 1 deletion Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ until you re-run `android.py make-host` or `build`.

## Using in your own app

See Doc/using/android.rst.
See `Doc/using/android.rst`.
2 changes: 1 addition & 1 deletion Doc/using/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ On Android, there is no concept of installing as a system resource. The only uni
of software distribution is an "app". There is also no console where you could
run a :program:`python` executable, or interact with a Python REPL.

As a result, the only way you can use Python on Android is in embedded mode --- that
As a result, the only way you can use Python on Android is in embedded mode that
is, by writing a native Android application, embedding a Python interpreter
using ``libpython``, and invoking Python code using the :ref:`Python embedding
API <embedding>`. The full Python interpreter, the standard library, and all
Expand Down