I'm trying to import existing code (library) into Android Studio workspace according to this guide.
A have done everything step-by-step and Gradle refuses to synchronize project with error message:
Gradle 'MyApplication' project refresh failed. Error:Configuration with name 'default' not found.
Any ideas what went wrong?