gpt4 book ai didi

java - 无法实例化以下类

转载 作者:太空宇宙 更新时间:2023-11-03 11:04:59 25 4
gpt4 key购买 nike

在我的 homeactivity.xml 上它说:无法实例化以下类:- android.support.design.widget.CoordinatorLayout(打开类、显示异常、清除缓存)- android.support.design.widget.AppBarLayout(打开类、显示异常、清除缓存)- android.support.design.widget.FloatingActionButton(打开类、显示异常、清除缓存)

这是我的代码

<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/AppBarOverlay">

<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="#ff4747"
app:popupTheme="@style/PopupOverlay" />


<include layout="@layout/content_home" />

<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:src="@android:drawable/ic_dialog_email"
android:background="#001f9c" />

</android.support.design.widget.AppBarLayout>

我不知道为什么会这样。有人可以帮忙吗?

最佳答案

如评论所述,您必须包含像这样的设计的dependencies,这将添加到appdependencies block 下build.gradle

模块
compile 'com.android.support:design:23.1.1'

应该是这样的..

enter image description here

如果 design dependencies 没有包含在 build.gradle 中并且您尝试使用提到的 classes在你的问题中,你将无法呈现那些 classes 并且你在布局中遇到的错误将是这样的

enter image description here

关于java - 无法实例化以下类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34702858/

25 4 0
文章推荐: c# - 如何在 C# 中生成 RTF 文档服务器端
文章推荐: php - 如何使用按钮清除
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com