Error:Configuration with name 'default' not found when trying to import project as library into Android Studio
问题 I checked all the other threads about this topic but couldn't find an answer. I am trying to import the Twoway View Project as a library into Android Studio . Both projects run fine on their own but I always get the same Gradle Error: Error:Configuration with name 'default' not found when trying to import. I have the project copied into a " libraries " directory in the root folder of my project and the following gradle structure: settings.gradle of my project: include ':libraries:twoway-view