Skip to content

Add support for Android #13299

Open
@mhsmith

Description

@mhsmith

What's the problem this feature will solve?

Android has been an officially supported Python platform since Python 3.13. More recently, its wheel tag format was added to the PyPA specs page, and that format is now accepted by PyPI (e.g. see here).

pip should be able to install these wheels in two contexts:

  • Directly on an Android device, e.g. via the Termux app.
  • Through an app packaging tool such as Briefcase, using a command like pip install --platform android_21_arm64_v8a mypackage.

Describe the solution you'd like

To avoid repeating the confusion around adding iOS support (#13053), I think the best sequence would be:

Alternative Solutions

Briefcase and Chaquopy currently use a forked version of pip that's several years old. They therefore lack many of pip's recent features, such as the new resolver.

Termux and Kivy don't support Android wheels at all, and compile everything from source, which is much slower.

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions