.NET for Android Project Cannot Access Resources From Referenced Project
I have a Solution
containing 2 Project
s, one containing Resource
s & Class
s, 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 Resource
s located in the first Project
. The second Project
is able to access the Class
s & method(s) with no problem, just not the Resource
s. Both Project
s are able to access their own Resource
s with no problem, so the Resource
s are obviously being generated. Here are some of the errors generated by the second Project
: