gpt4 book ai didi

android - 渲染问题 渲染期间引发异常 : color and position arrays must be of equal length

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:21:22 27 4
gpt4 key购买 nike

您好,我在 Android Studio 中遇到渲染错误。有人知道这是为什么造成的吗?

我的 xml:

    <!-- ListRow Left side Thumbnail image -->

<LinearLayout
android:id="@+id/thumbnail"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_marginRight="5dip"
android:background="@drawable/image_bg"
android:padding="0dip" >

<ImageView
android:id="@+id/list_image"
android:layout_width="50dip"
android:layout_height="50dip"
android:scaleType="centerCrop"
/>
</LinearLayout>

<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@+id/thumbnail"
android:layout_marginTop="0dip"
android:layout_toRightOf="@+id/thumbnail"
android:text="De Titel van het geweldige bericht"
android:textColor="#60a926"
android:textSize="15dip"
android:textStyle="bold"
android:ellipsize="end"
android:typeface="sans" />

<TextView
android:id="@+id/subtitle"
android:layout_width="match_parent"
android:layout_height="25dp"
android:layout_below="@id/title"
android:layout_marginTop="0dip"
android:layout_toLeftOf="@+id/imageView1"
android:layout_toRightOf="@+id/thumbnail"
android:text="Nieuwsbericht subtitel mooi iets ..."
android:textStyle="bold"
android:ellipsize="end"
android:textColor="#9f9e9f"
android:textSize="10dip" />


<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:src="@drawable/arrow" />

<!-- datum van bericht -->
<TextView
android:id="@+id/date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/artist"
android:layout_alignTop="@+id/imageView1"
android:layout_marginTop="18dp"
android:layout_marginLeft="175dp"
android:gravity="right"
android:text=""
android:textColor="#ffffff"
android:textSize="10dip"
android:textStyle="bold" />

</RelativeLayout>

当我使用预览版时出现此错误:

"Rendering Problems Exception raised during rendering: color and position arrays must be of equal length"

这是 Android Studio 错误还是我做错了什么?

我希望有人有解决方案。

最佳答案

首先禁用自动选择最佳功能。 (你可以在下图中看到)

然后选择非预览版的Api版本进行渲染

这就是全部,对我有用 :)

enter image description here

此答案还用于修复使用未更新的构建工具版本进行渲染时出现的问题。解决问题的另一种方法:

打开 SDK Manager 并将 Build Tools 版本更新为 Preview Channel 如果你想使用 Preview 版本构建工具 渲染时。

关于android - 渲染问题 渲染期间引发异常 : color and position arrays must be of equal length,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18056303/

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