Android SDK API 33 - 未知属性 android:textAllCaps

Tic*_*haz 19 android android-studio

最近,我使用新的 SDK(即 Android API 33)更新了我的项目。我检查了attrfortextAllCaps是一个Unknown attribute android:textAllCaps.

这是 Android Studio 设置

在此输入图像描述

这是用于 SDK 工具的

在此输入图像描述

这里是TextView

在此输入图像描述

<TextView
    android:id="@+id/tv_paid"
    android:layout_width="wrap_content"
    android:textAllCaps="false"
    android:layout_height="wrap_content"
    android:text="@string/paid"
    app:layout_constraintBottom_toTopOf="parent"
    app:layout_constraintLeft_toLeftOf="parent"
    app:layout_constraintRight_toRightOf="parent"
    app:layout_constraintTop_toTopOf="parent" />
Run Code Online (Sandbox Code Playgroud)

这是attrs.xml带有文件位置的文件

在此输入图像描述

问题

如何修复这个未知属性?

ste*_*oid 13

根据Google 的问题跟踪器

已在 Studio Dolphin 中修复。

无法将修复程序向后移植到 Chipmunk。

Android Studio Dolphin现已稳定。