英語で読む

次の方法で共有


Android 用 .NET エラー XA1034

Example messages (メッセージの例)

Your project references 'Foo.dll' which uses the `_Microsoft.Android.Resource.Designer` assembly, but you do not have this feature enabled. Please set the `AndroidUseDesignerAssembly` MSBuild property to `true` in your project file.

解決策

csproj を直接編集し、"AndroidUseDesignerAssembly" を True に変更します。