gpt4 book ai didi

android - 布局中的布局 在基本布局文件夹中没有声明 [错误]

转载 作者:IT王子 更新时间:2023-10-28 23:54:19 28 4
gpt4 key购买 nike

我在应用布局的 Android Studio 中收到以下错误:

The layout in layout has no declaration in the base layoutfolder; this can lead to crashes when the resource is queried in aconfiguration that does not match this qualifier

我收到此错误的布局之一是:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@null" >

<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top|center_horizontal"
android:adjustViewBounds="true"
android:contentDescription="@string/hello_world"
android:src="@drawable/loading_top" />

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:adjustViewBounds="true"
android:contentDescription="@string/hello_world"
android:src="@drawable/loading_bottom" />

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:contentDescription="@string/hello_world"
android:background="@color/white"
android:layout_marginBottom="5dp"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:src="@drawable/loading_logo" />

<ImageView
android:id="@+id/loading"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center|center_vertical"
android:layout_marginBottom="0dp"
android:layout_marginTop="0dp"
android:contentDescription="@string/hello_world"
android:scaleType="fitXY"
android:src="@null" />
</FrameLayout>
</LinearLayout>

我在第一个 LinearLayout 的第一行得到错误。

有谁知道如何解决这个错误?

谢谢

更新:回答了我的问题,解决了我的问题

最佳答案

就我而言,关闭并重新打开 Android Studio 解决了这个问题。重建项目或清除缓存没有帮助。

关于android - 布局中的布局 <layout> 在基本布局文件夹中没有声明 [错误],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52547657/

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