Android Studio - Facebook login error

I have a problem with the SDK for Facebook and the login button. When I tried to put the "Login" button, I get this message

Rendering Problems The following classes could not be found: com.facebook.widget.LoginButton (Fix Build Path, Create Class) Tip: Try to build the project 

I do not know why Android Studio does not display a button. I have successfully added the module, I can use the SDK classes for Facebook, such as Session, etc.

Do you know what could be the problem?

Thanks in advance!

+8
android android-studio facebook facebook-android-sdk
source share
1 answer

The problem is that Android Studio is early access v0.1 preview

Report bugs here: https://code.google.com/p/android/issues/list does not expect SO bug fixes

+2
source share

All Articles