Skip to content

Android support #2

Description

@GarboMuffin

2026 status

There is no plan to add this to the normal packager at this time. Here are some third-party guides you can follow instead - these are made by other people so we can't vouch for their quality.

The nature of Android apps makes this significantly harder to support than equivalent options on Windows/Linux because Android apps must be cryptographically signed. That adds a lot of technical complexity and it also means everyone packaging a project needs to have a good way to keep track of these keys or else people will lose the ability to ship updates. We'd really rather not deal with that.

Additionally, starting later this year, Google is going to make installing a non-Google Play app substantially more difficult: https://developer.android.com/developer-verification

Either:

  • You and everyone that wants to run your project has to enable the hidden developer options menu and wait 24 hours to enable installing apps from third-party stores, or
  • You share your government ID with Google and then actually code sign the app yourself.

Supporting Android in the same way we do Windows/Linux is becoming far more difficult over time, not easier

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions