gpt4 book ai didi

android - 应用程序未显示错误但崩溃

转载 作者:行者123 更新时间:2023-12-03 17:46:49 24 4
gpt4 key购买 nike

我对编程还是很陌生。
我正在开发一个练习应用程序,每当我尝试运行它时它就会崩溃。我尝试将代码的主体移动到不同的应用程序模板,但它仍然崩溃。我尝试将它放在工作应用程序中的代码位置,但它失败了。我确定这是代码中的内容,迫不及待地想知道是什么。预先感谢大家的帮助。
-约瑟夫
这是我的代码;

<RelativeLayout 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"
tools:ignore="contentDescription">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/goliath2"
android:scaleType="centerCrop"
android:id="@+id/imageGoliath"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello, I'm Goliath."
android:textColor="#C62828"
android:textSize="36sp"
android:fontFamily="sans-serif-medium"
android:textStyle="bold"
android:id="@+id/ImGoliath"
android:layout_centerInParent="true"
android:layout_alignParentTop="true"
android:padding="12dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Don't be afraid, I don't bite..."
android:textSize="26sp"
android:fontFamily="sans-serif-medium"
android:textColor="#C62828"
android:id="@+id/afraid"
android:layout_below="@id/ImGoliath"
android:textStyle="bold|italic"
android:paddingLeft="12dp"
android:paddingBottom="18dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/unless"
android:text="Unless!"
android:textColor="#C62828"
android:textSize="52sp"
android:textStyle="bold"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_below="@id/afraid"
android:padding="24dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/Youreacricket"
android:text="YOU'RE A CRICKET!"
android:textColor="#C62828"
android:layout_alignParentBottom="true"
android:textSize="42sp"
android:textStyle="bold"
android:layout_centerInParent="true"
android:paddingTop="60dp"/>

最佳答案

看来我的问题可能是图像文件太大。
用我在类里面得到的 androidparty 图像替换图像后,应用程序运行良好。
感谢所有试图提供帮助的人。

关于android - 应用程序未显示错误但崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34803640/

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