I would like to start a project in Android Studio, using Simple Facebook library. I used to develop in Eclipse and things were fine, but now i had to face an issue while trying to make the libraries work with gradle.
- I made a new project.
- I made a module for official Facebook SDK inside "libraries" folder
- I made a module for Simple Facebook library inside "libraries" folder
I got the following error:
Error:A problem occurred configuring project ':app'.
> Cannot evaluate module simplefacebook : Configuration with name 'default' not found.
I did my research and as everybody experienced this error message is not really informative, and i also tryed to solve this problem from stack overflow's other smiliar questions but just coudnt get it work.
Please help if you can.
And please mention in comment which gradle file you would like to see, because there are 5 of them.