Xamarin Android Resource file not found
问题 I am building an Android App in Visual Studio. When I try to build the app referencing items in the Resources folder, I get one of two errors. If I preface "Resource.Layout.[Id]" or "Resource.Id.[Id]" with the namespace for my project, I get this error: The type or namespace name 'Resource' does not exist in the namespace '[app namespace]' (are you missing an assembly reference?) If I don't preface the call to Resource with my namespace, it tries to access the default Android.Resource class