Closed guyulmaz closed 2 months ago
Please upload a very minimal sample (why? want to check Avalonia version and if there is something that was added unexpectly).
Most of the time if debug works and run not, it could be trimming related
I think it's not avalonia related. It seems to be an android workload issue that probably doesn't recognize the Saudi Hijri (Um Al Qura) calendar date format. Try setting your system to en-us culture.
Consider creating this issue at https://github.com/dotnet/android
Describe the bug
Hi I try to setup avalonia xplat template at macbook m1 . desktop and browser projects build and run successful. I try to setup android project. it is building successful, during dotnet run it is giving below errors, what can be reason. I has already downloaded android studio and made emulater run, before pressing dotnet run.
I did not changed any code from xpat template
To Reproduce
dotnet new avalonia.xplat-o MyApp
cd MyApp.Android
dotnet build -> successful
dotnet run -> below error
Expected behavior
should run successfully.
Avalonia version
11.1.3
OS
macOS, Android
Additional context
At the xplat template there is no code related to Datetime or Calendar, but this error is coming from deep somewhere underhood.