Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio - Facebook Login button render error

I have a problem regarding the Facebook SDK and the Login Button. When I tried to put the Login Button, I receive 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 don't know why Android Studio is not rendering the button. I added the module successfully, I can use Facebook SDK classes like Session and so...

Do you know what might be the problem?

like image 218
Ernes Avatar asked May 16 '13 18:05

Ernes


Video Answer


1 Answers

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

Please report bugs here: https://code.google.com/p/android/issues/list not expect a bug fix on SO

like image 150
Blundell Avatar answered Nov 12 '22 03:11

Blundell