How to use Android App Bundles-Dynamic Features with visual studio 2017

后端 未结 4 540
忘了有多久
忘了有多久 2021-01-02 09:18

In Google Play Console I came across

App size savings using the Android App Bundle-

Your app could be 38.4% smaller if you used the Andro

4条回答
  •  南笙
    南笙 (楼主)
    2021-01-02 09:58

    App bundle now avalaible in Visual Studio 2019 v.16.2

    I generated Android App Bundle in xamarin using Developer Command Prompt Visual Studio 2019 v.16.2

    msbuild -restore XamAndroidApp.csproj -t:SignAndroidPackage -p:Configuration=Release -p:AndroidKeyStore=True -p:AndroidSigningKeyStore=filename.keystore -p:AndroidSigningStorePass=password -p:AndroidSigningKeyAlias=keyAlias -p:AndroidSigningKeyPass=password
    

    Follow this link for more infos

    Hope this help someone

提交回复
热议问题