couchbaselabs/ToDoLite-Android

Configuration with name 'default' not found

lokeshkumarreddy opened this issue · 5 comments

Configuration with name 'default' not found during clouning

Don't know if this is still relevant, but when cloning the repository check to see if you also cloned the submodules inside the libraries folder. I lost a couple of hours until I noticed this.

We can change the dependencies in the gradle file to use packages hosted on jCenter but I just want to check with @hideki first to know if that's ok or whether we should stick to submodules?

@jamiltz, I have considered that the sample apps should have dependency on released module on the maven repository. Please update the project file.

pasin commented

Anyway the issue with 'default' is because the submodule doesn't get initialized / updated.

@lokeshkumarreddy , have you tried $ git submodule init && git submodule update from the README instructions?

pasin commented

@jamiltz and @hideki , it's fine to change to use jCenter but we would need an option to be able to switch to link with the source code directly as well so that it will be easily for Dev/QA to verify a release branch easily.