doc/articles/uno-publishing-android.md
To build your app from the CLI, on Windows, Linux, or macOS:
Open a terminal, command line, or powershell
Navigate to your csproj folder
Publish the app using:
dotnet publish -f net10.0-android -c Release -o ./publish
Once the build is done, the output .apk and .aab files are located in the ./publish folder.
Publishing an Uno Platform app uses the same steps as .NET for Android-based technologies.
Your app can be published:
adb on the command line, with adb install your.apk. In Visual Studio 2022/2026, you can open a shell with adb available in the PATH with the Tools, Android, Android Adb Command Prompt menu.Publishing an Uno Platform also uses the same steps as a MAUI app, which is based on .NET for Android. You can follow these steps and links to publish your app.