resources of one android library module are not visible to resources of another android library module
The instructions for setting up android library dependencies here, say: "Open the settings of the non-library module." Is there no way to have a android-library module depend on the resources of another android-library module? I'm able to specify that an android library module depends on another android library module, and it's able to reference the other module's java code, but not it's resources. Is this a known limitation?
Intellij Community edition, 14.0.2.
Thanks
Eric
请先登录再写评论。
This was User Error, I had two android library modules pointing at the same resource directory.