-
Notifications
You must be signed in to change notification settings - Fork 555
Closed
Description
Steps to Reproduce
- Enable
$(AndroidUseAapt2)
in a Xamarin.Forms project - You will see
ConvertResourcesCases
run ~9 times
See #2348, where I saw this firsthand. I think if we fixed this, $(AndroidUseAapt2)
could possibly be enabled by default?
Expected Behavior
With $(AndroidUseAapt2)
, ConvertResourcesCases
should take approximately the same amount of time as a build without $(AndroidUseAapt2)
.
Actual Behavior
$(AndroidUseAapt2)
runs ConvertResourcesCases
a bit too much.
Version Information
Reports of this in the 15.9 preview, and I have reproduced on master.
Log File
Metadata
Metadata
Assignees
Labels
Area: PerformanceIssues with performance.Issues with performance.