Style references

I am trying to reference a style in my main project manifest:

android:theme=“@style/MaterialDrawerTheme.Light.DarkToolbar.TranslucentStatus”

The style is defined in another project in the solution, but when compiling I get an error:

Error: No resource found that matches the given name (at ‘theme’ with value ‘@style/MaterialDrawerTheme.Light.DarkToolbar.TranslucentStatus’).

Do I have to add some kind of specific reference? The other project is listed in the References of my main project.

Normally if you match the common directory style for this it will work. That generally means:

  • res/ has the resource files
  • libs/ has the jar(s)