我想在我的Android应用中添加facebook分享按钮。我已经有一个工作正常的按钮,我的帖子正在facebook核心。但现在我使用标准的android按钮,我想用facebook分享按钮替换他:
我已添加到我的布局xml文件行:
<com.facebook.share.widget.ShareButton
android:id="@+id/shareButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
问题是,当我想打开帖子分享我的应用程序时崩溃。
我添加了一行:
xmlns:facebook="http://schemas.android.com/apk/res-auto"
与this topic相同,但仍然相同。