I'm using IntelliJ and I try to use the Facebook SDK in my Android Project. I have added the facebook SDK like a module in my project. I can import the facebook package correctly(for example com.facebook.session) in my java classes. But when I try to use a LoginButton in my xml files I have this error:
The following classes could not be found:
com.facebook.widget.LoginButton
Why?Please help! I have tried all the possible way. I have edited also the gradle files. How can I solve? Thanks