-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.
Milestone
Description
Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.), Android for .NET (net6.0-android, etc.)
Affected platform version
xamarin-android/main
Description
If I add proj.AotAssemblies = true; to this test, it fails:
C:\src\xamarin-android\bin\Debug\lib\xamarin.android\xbuild\Xamarin\Android\Xamarin.Android.Legacy.targets(692,5): error XA3001: Could not AOT the assembly: テスト.dll [C:\src\xamarin-android\bin\TestDebug\temp\SmokeTestBuildWithSpecialCharactersFalse\テスト\テスト.csproj]
Steps to Reproduce
- Create a Xamarin.Android or .NET 6 project named
テスト - Build with
-p:Configuration=Release -p:AotAssemblies=true
Did you find any workaround?
Probably rename the assembly?
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.