Open
Description
Android framework version
net8.0-android
Affected platform version
8.0.11
Description
On Windows, when building with AOT enabled, and the user home folder has an accentuated character and/or a space, the build fails with:
C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\34.0.145\targets\Microsoft.Android.Sdk.Aot.targets(109,5): Precompiling failed for E:\Net2022files\WinNavUno5\WinNavUno5\obj\Release\net8.0-android\android-x64\linked\_Microsoft.Android.Resource.Designer.dll with exit code 1.
The specified response file can not be read [E:\Net2022files\WinNavUno5\WinNavUno5\WinNavUno5.csproj]
Steps to Reproduce
Build an app with AOT enabled, with a user folder with accentuated characters and/or spaces.
Did you find any workaround?
Changing the user folder path to be without spaces and accentuated characters.