当前位置: 首页 > 知识库问答 >
问题:

Android应用停止错误:inflating类Android.Widget.ListView

湛骏祥
2023-03-14
`<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Activity_SourceDepotList">



<Button
    android:id="@+id/btnLogOut"
    android:layout_width="144dp"
    android:layout_height="39dp"
    android:layout_marginStart="5dp"
    android:layout_marginEnd="10dp"
    android:text="Oturumu Kapat"
    app:layout_constraintBottom_toTopOf="@android:id/list"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toEndOf="@+id/txtCikisDepo"
    app:layout_constraintTop_toTopOf="parent" />

<android.widget.ListView
    android:id="@+id/listView"
    android:layout_width="369dp"
    android:layout_height="655dp"
    android:layout_marginStart="8dp"
    android:layout_marginEnd="3dp"
    android:layout_weight="2"
    android:background="#FFFFFF"
    android:backgroundTint="#FFFFFF"
    android:cacheColorHint="@color/black"
    android:divider="@android:color/primary_text_light"
    android:dividerHeight="0.5dp"
    android:drawSelectorOnTop="false"
    android:focusableInTouchMode="false"
    android:footerDividersEnabled="false"
    android:headerDividersEnabled="false"
    android:listSelector="@android:color/holo_red_dark"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toBottomOf="@+id/btnLogOut"
    app:layout_constraintVertical_bias="0.0">

</android.widget.ListView>

<TextView
    android:id="@+id/txtCikisDepo"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginStart="16dp"
    android:layout_marginTop="24dp"
    android:layout_marginEnd="9dp"
    android:layout_marginBottom="10dp"
    android:text="Lütfen Çıkış Deposu Seçiniz"
    android:textSize="16sp"
    app:layout_constraintBottom_toTopOf="@android:id/list"
    app:layout_constraintEnd_toStartOf="@+id/btnLogOut"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toTopOf="parent"
    app:layout_constraintVertical_bias="1.0" />

</android.support.constraint.ConstraintLayout>



   

共有1个答案

谢灵均
2023-03-14

试试看:

<android.widget.ListView
    android:id="@+id/listView"
    android:layout_width="360dp"
    android:layout_height="655dp"
    android:layout_marginStart="8dp"
    android:layout_marginEnd="3dp"
    android:background="#FFFFFF"
    android:backgroundTint="#FFFFFF"
    android:listSelector="@android:color/holo_red_dark"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toBottomOf="@+id/btnLogOut"
    app:layout_constraintVertical_bias="0.0">

</android.widget.ListView>
 类似资料:
  • 我的应用程序无法启动,因为错误膨胀了类ImageButton,因此手机显示“应用程序已停止”等。我正在使用Firebase测试实验室来调试问题 错误发生在三星设备上,特别是A20、s7 Edge、s7(使用firebase测试时出现相同问题) 我刚接触Android系统,曾尝试过谷歌的许多解决方案,因此至今没有一个能奏效 这里是Firebase的错误报告 这是XML 这是错误代码的第117行

  • 我在Play Store上发布了我的应用程序,在我的测试中没有任何错误,但是我从Firebase收到的报告显示我的适配器存在一些问题,跟踪错误和代码: 我感谢任何能帮助我的人

  • 我正在写一个android应用程序,其中包括一个谷歌地图片段。当我将地图片段从包含它的活动中排除时,应用程序运行良好。当我包含映射片段时,我会得到下面blockquote中引用的异常。最让人恼火的是,就在几周前,这还没有发生。这个活动运行了几个星期,然后我更新了android studio,现在我得到了这个例外。我已经在google和stackoverflow上搜索了几个解决方案,但没有任何效果。

  • 我得到了一个错误,这是我的XML文件 这里是styles.xml 我尝试将AppCompat更改为MaterialComponents,但它不起作用。但是当我指向LinearLayout标记(com.google.android.Material.TextField.TextInputLayout的父标记)时,它会用红线显示错误,当我移除LinearLayout标记时,它会消失。当我使用太多的Li

  • 我对Android开发真的是一个新手,有几天我会尝试在我的应用程序中添加一个地图。我尝试了一些事情,但没有成功。如果有人能帮我,我很感激。 我做过的事: 将google-play-services_lib添加到我的包资源管理器中。 包含了android-support-v4.jar和google-play-services.jar作为我的项目的依赖项。 下面是main.xml文件 这里是清单文件

  • 下午好,我想解决一个问题,但我不能。我有两部智能手机,一部Nexus 5(Android 6.0)和一部ZenFone 2(Android 5.0)。该错误仅在ZenFone中持续存在。 XML: Android.View.InflateException:二进制XML文件行#25:在Android.View.LayoutInflater.CreateViewFromTag(LayoutInfla