How do you add a file/module to Android App Bundle (AAB) Modules in MAUI? #14474
Closed
TommiGustafsson-HMP
started this conversation in
Upgrading from Xamarin
Replies: 2 comments 2 replies
-
Xamarin.Android is dotnet-android, maui use dotnet-android, you can try use it in pure dotnet-android class library and reference this class library in maui app |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maui uses the dotnet-android SDK underthe hood. So you should still be able to add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Xamarin.Forms/Xamarin.Android, you can add files to Android App Bundle Modules using MSBuild in Xamarin.Android project file like this:
It seems to be changed in MAUI. At least I could not find any reference to AndroidAppBundleModules in the MAUI repository. How are you supposed to add modules to the AAB in MAUI?
Beta Was this translation helpful? Give feedback.
All reactions