영어로 읽기

다음을 통해 공유


Android용 .NET 오류 XA1034

예제 메시지

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를 .로 변경합니다.