Cake.Xamarin
Cake.Xamarin copied to clipboard
How to output .aab bundle for Android build
Can the BuildAndroidApk() method be modified/overridden to output the new Android App Bundle (.aab) package?
Expected Behavior
BuildAndroidApk(packageFormat: aab/apk)
Current Behavior
BuildAndroidApk() -- returns path to APK file only currently.
Possible Solution
perhaps there could be a new method made for aab builds altogether.
1.5 years still no answer is Cake Dead?