Circle CI failing with error - Cannot evaluate module

Hi Guys,

I’m trying to set up my ci environment for my android library and i always get the follor error:
"A problem occurred configuring project ‘:sample’.

Cannot evaluate module multichoicerecyclerview : Configuration with name ‘default’ not found.
"

On my local machine is everything okay, is building perfectly and running.

The project is two modules, one is the sample, the second is the library, in the sample i’m setting as a dependecy the library like this:

compile project(‘:multichoicerecyclerview’)

1 Like

@dvdciri - how did you get on with this? I just ran into it whilst attempting to build my heavily modular app on CircleCI. Interestingly, The module that the gradle build complains on is the app base module.

* What went wrong:
A problem occurred configuring project ':OceanLifeBasement'.
> Could not resolve all dependencies for configuration ':OceanLifeBasement:_debugPublish'.
   > Configuration with name 'default' not found.

Let me know if you did anything to resolve this. Thanks.