Configuration with name 'default' not found error on Android Studio
问题 I am trying to test to reference without copying a library Project. So I created two projects one is ProjectA and one is LibraryA . Both projects are located inside the \StudioProjects folder. I am trying to reference LibraryA from ProjectA and I get the error at the title. Here is settings.gradle from ProjectA include ':app' include ':LibraryA' project(':LibraryA').projectDir = new File('../LibraryA') Here is dependincies from app build.gradle of ProjectA dependencies { compile fileTree(dir: