gpt4 book ai didi

java - 如何修复此 > 属性应用程序 :constraintBottom_toBottomOf not found

转载 作者:太空狗 更新时间:2023-10-29 13:45:13 26 4
gpt4 key购买 nike

这里是 Android 新手。

我正在构建 AR 应用程序,现在我打算添加一个用户界面。我正在尝试将约束布局添加到 app:layout_constraintBottom_toBottomOf="parent",但是我收到错误消息说找不到此约束

这些是我的代码和错误信息:

code and error more of error

我在 activity_ux.xml 文件中添加的所有以“app”开头的代码行例如app:layout_constraintBottom_toTopOf 似乎不起作用,我只是在这里向您展示了一个例子,我认为只是为了更容易调试。

我尝试在线搜索,其中一个解决方案是我应该在我的 SDK 工具中安装“ConstraintLayout for Android”和“Solver for ConstraintLayout”,但我已经安装了这个。

    <FrameLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context="com.google.ar.sceneform.Overlei.Overlei">

<fragment android:name="com.google.ar.sceneform.ux.ArFragment"
android:id="@+id/ux_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />

<LinearLayout
android:id="@+id/gallery_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent"
>

</LinearLayout>

</FrameLayout>

我希望它能正常工作,但我不知道如果内置函数(例如这个)不起作用,我可以从哪里开始寻找。

最佳答案

谢谢大家的建议。我已经设法通过添加这一行来处理错误

implementation 'com.android.support.constraint:constraint-layout:1.1.3'

dependencies 下进入我的 build.gradle(module.app)

再次感谢你所做的一切

关于java - 如何修复此 > 属性应用程序 :constraintBottom_toBottomOf not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55403102/

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