How do I package the Xamarin. Forms application for Android App Bundles?
Thank you.
How do I package the Xamarin. Forms application for Android App Bundles?
Thank you.
Hello,
Welcome to our Microsoft Q&A platform!
You can refer to this thread directly to generate aab file.
https://devblogs.microsoft.com/xamarin/android-app-bundle/
Normally, I will unload the project, then edit project file, find the <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> release tag, add <AndroidPackageFormat>aab</AndroidPackageFormat>, then you can reload your project, change your solution configuration to release, archive your project. This will generate an app bundle for your application.


Best Regards,
Leon Lu
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
@80240195 I have not heard from you for a couple of days. Please let me know if there is anything that I can help here.
8 people are following this question.