範例訊息
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.
問題
在 .NET 中不支援 Android 專案的 組態檔,像是 Foo.dll.config 或 Foo.exe.config 。
<dllmap> .NET 6 完全不支持組態專案, 而 System.Configuration.ConfigurationManager 等兼容性套件的其他專案類型也從未在 .NET for Android 專案中受到支援。
解決方法
請使用支持的替代方案,例如 NativeLibrary API。
在 Xamarin.Essentials 中使用替代方案來處理應用程式設定,例如喜好設定。