No configuration named "default" was found - HoloGraphLibrary

I am trying to install HoloGraphLibrary in my Android project. But I get this message every time I synchronize gradle:

Error: Configuration with name 'default' not found.

Here is my Android menu With libraries folder:

-app
  -build
  -libraries
     -HoloGraphLibrary
        -.settings
        -res
        -src
        AndroidManifest.xml
        build.gradle
        HoloGraphLibrary.iml
        HoloGraphLibrary-HoloGraphLibrary.iml
        LICENSE.txt
        NOTICE.txt
        proguard-project.txt
        project.proprieties
  -libs
  -src
  build.gradle
  app.iml
  .gitignore
  proguard-rules.pro


Here is the build.gradle example of my application:


build.gradle

And here are the .gradle settings:


include ':app'
include ':libraries:HoloGraphLibrary'



I give you the build.gradle of the HoloGraphLibrary library to see:


HoloGraphLibrary build.gradle


So, here I am, stuck in this error, after reading all the other messages about this error, everyone says to see if there is build.gradle in the library folder, which is ok here. Others say that there is a line in the code, but I don’t know which one ... So, I am here because it is a school project and I need to draw some graphics with this library. Therefore, if someone knows how to solve it, thanks.

, . , , .

+4
1
0

All Articles