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
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:
Supporting Android in the same way we do Windows/Linux is becoming far more difficult over time, not easier