Android Studio Gradle project refresh failed:Configuration with name 'default' not found
问题 I want to import library wheel to my project. What I have done: 1. I imported library wheel to Android Studio in order to have build.gradle in it. 2. I created new folder in my project called libraries and put wheel library to it. 3. I put this code to my settings.gradle: include ':app:libraries:wheel' 4. I put this code to build.gradle: compile project('libraries:wheel'); 5. I tried to sync gradle but it failed That's how my project's structure looks like: my build.gradle here: apply plugin: