Relative Content

Tag Archive for c#android.netresourcesandroid-resources

.NET for Android Project Cannot Access Resources From Referenced Project

I have a Solution containing 2 Projects, one containing Resources & Classs, and the other is a .NET for Android app (which references the first). The first Project compiles with no problem, but the second seems unable to find Resources located in the first Project. The second Project is able to access the Classs & method(s) with no problem, just not the Resources. Both Projects are able to access their own Resources with no problem, so the Resources are obviously being generated. Here are some of the errors generated by the second Project: