英語で読む

次の方法で共有


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

解決策

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

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