gpt4 book ai didi

android - 使用 Facebook 按钮解析 XML 时出错

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:05:26 25 4
gpt4 key购买 nike

我在在线解析 xml 时遇到错误(错误)。我声明了 android 和 facebook 的 namespace ,所以我不知道为什么...

 <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:facebook="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>

(error) <com.facebook.widget.LoginButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="500dp"
facebook:confirm_logout="false"
android:id="@+id/login_button"
facebook:fetch_user_info="true"
android:layout_centerHorizontal="true"
/>
</RelativeLayout>

最佳答案

你可以添加这个前缀标签:xmlns:facebook="http://schemas.android.com/apk/res-auto"

关于android - 使用 Facebook 按钮解析 XML 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15150795/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com