I'm attempting to setup my Android project in IntelliJ. I've never used it before, and I'm having some problems with module dependencies.
The project depends on several modules, which I have added in the Dependencies tab. IntelliJ detects them (i.e. there are no complaints in the code), but it fails at compile time with "package x.y.z does not exist." I have also tried checking "export" for the modules, but that seems to have no effect.
I saw this question which appears to be the same problem, but there was no solution.