Recently started working with Android Studio, I would like to build one of the demos of the GearVRFramework (https://github.com/gearvrf/GearVRf-Demos).
I have successfully built my framework in Android, but when I try to open one of the demo sample, I always get this error : Error:Configuration with name 'default' not found.
I think its related to the structure of my project, and the fact that I have two graddle configurations. I tried different configurations by ordering my folders in different ways but still, I can't find the error.
Here is my projects folders organization : https://i.stack.imgur.com/WDnVb.png
Thanks in advance