Forum Discussion

SampsonYe's avatar
SampsonYe
Copper Contributor
Nov 23, 2021

How to build MAUI to apk?

i try publish,it can not work
  • StrathdeeK's avatar
    Nov 24, 2021

    SampsonYe 

     

    Using the dotnet cli you can build an apk using the following command:

     

    dotnet build -f net6.0-android

     

    The apk file will be built, and you can find it at <app-root-dir>/bin/release/net6.0-android/com.companyname.appname-Signed.apk

Resources