Android 安卓-Facebook SDK已安装,但可以';不要使用Facebook按钮

Android 安卓-Facebook SDK已安装,但可以';不要使用Facebook按钮,android,facebook,facebook-graph-api,Android,Facebook,Facebook Graph Api,我已经安装了Facebook SDK并进行了登录设置,但我只是在使用他们说要使用的按钮时使用的一个基本按钮,这一个: <com.facebook.widget.LoginButton android:id="@+id/facebook_button" android:layout_width="wrap_content" android:layout_height="wrap_content"/> 不知道为什么会这样。有什么我遗漏的吗 提前感谢您的帮助?我的android mani

我已经安装了Facebook SDK并进行了登录设置,但我只是在使用他们说要使用的按钮时使用的一个基本按钮,这一个:

<com.facebook.widget.LoginButton
android:id="@+id/facebook_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
不知道为什么会这样。有什么我遗漏的吗


提前感谢您的帮助?

我的android manifest.xml中缺少了这个

<activity android:name="com.facebook.LoginActivity"
            android:label="@string/app_name" />

<activity android:name="com.facebook.LoginActivity"
            android:label="@string/app_name" />