示例消息
warning XA1024: Ignoring configuration file 'Foo.dll.config'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.
问题
不支持 配置文件,例如Foo.dll.configFoo.exe.config Android 项目的 .NET 中提供或不可用。
              <dllmap> .NET 6 根本不支持配置元素,而 适用于 System.Configuration.ConfigurationManager 等兼容性包的其他元素类型在 .NET for Android 项目中从未受到支持。
解决方案
使用支持的替代方法 <dllmap>,例如 NativeLibrary API。
对 Xamarin.Essentials 中的 首选项 等应用程序设置使用替代方法。