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.
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?