hi ive been facing this issue for a while now have just updated android studio (the hardest thing i think ive ever had to do in my life) and it is finally working but adding a facebook module seems to be impossible for the IDE,
SO FAR
so far i have imported the module as an existing project my system tree looks like this
-APPNAME
--.idea
--app
---build
---libs
---src
----main
-----java
-----res
--facebook
--gradle
my dependencies look like this in build.gradle
compile project(':libs:facebook')
and this
include ':app', ':libs:facebook'
in settings.gradle
and have tried lots of different variations on what people think the gradle build and gradle settings should be adding dependencies and such with little to no success is there an easier way/ foolproof way?