gpt4 book ai didi

android - 我尝试使用的几乎所有 AppCompat v21 小部件都出现错误

转载 作者:行者123 更新时间:2023-11-30 02:35:22 25 4
gpt4 key购买 nike

我刚刚开始了一个新项目,我已经尝试了几天以使其与新的 Material Design AppCompat (v21) 一起工作,但每次我尝试放置一个像 CardView 或新工具栏这样的小部件时,我都会结束遇到一个不允许屏幕绘制它们的错误。

例如,这段代码:

<?xml version="1.0" encoding="utf-8"?>

<android.support.v7.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android:layout_width="match_parent"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_margin="5dp"
card_view:cardCornerRadius="5dp"
android:layout_height="match_parent">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="100dp">


</RelativeLayout>

</android.support.v7.widget.CardView>

返回此错误:

The following classes could not be instantiated:
- android.support.v7.widget.CardView (Open Class, Show Exception)

此外,使用此代码:

<android.support.v7.widget.Toolbar
android:id="@+id/my_awesome_toolbar"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary" />

返回这个错误:

Missing styles. Is the correct theme chosen for this layout?  Use the Theme combo box above the     layout to choose a different layout, or fix the theme style references.  Failed to find style     'toolbarStyle' in current theme (6 similar errors not shown)

我已经将 AppCompat 添加到 Gradle 构建中,我正在使用 Theme.AppCompat.Light 以及从 ActionBarActivity 扩展。

我做错了什么吗?先谢谢你。

最佳答案

我认为这只是布局编辑器的错误。

尝试运行应用程序以查看是否存在实际错误。

关于android - 我尝试使用的几乎所有 AppCompat v21 小部件都出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26665379/

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