Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
Affected platform version
.NET 8.x
Description
I am seeing a 7 second task run time when building a Maui applicaiton incrementally.
7214 ms GenerateJavaStubs 1 calls
Steps to Reproduce
- Create a new maui app (dotnet new maui)
dotnet build -f net8.0-android
- change
CounterBtn.Text = $"Clicked {count} time"; to CounterBtn.Text = $"Clicked {count} time(s)"; in MainPage.xml.cs
dortnet build -f net8.0-android -bl
Did you find any workaround?
None
Relevant log output
No response