次の方法で共有


Android における .NET の警告 XA1024

Example messages (メッセージの例)

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 for Android プロジェクトでは、Foo.dll.configなどのFoo.exe.configはサポートされていません。 <dllmap> 構成要素は .NET 6 では一切サポートされていません。 System.Configuration.ConfigurationManager などの互換性パッケージの他の要素の種類は、Android プロジェクトの .NET ではサポートされていません。

解決策

<dllmap> API など、でサポートされている代替手段を使用します。

Xamarin.Essentials の 基本設定 などのアプリケーション設定に代わる方法を使用します。