Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK API 33 - Unknown attribute android:textAllCaps

Recently I updated my project with new SDK which is Android API 33. I checked that the attr for textAllCaps is an Unknown attribute android:textAllCaps.

This is Android Studio Settings

enter image description here

This is for SDK Tools

enter image description here

Here is the TextView

enter image description here

<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" />

Here is the attrs.xml file with the file location

enter image description here

Question

How to fix this unknown attribute?

like image 737
Ticherhaz FreePalestine Avatar asked Dec 09 '25 05:12

Ticherhaz FreePalestine


1 Answers

According to Google's Issue Tracker:

Fixed in Studio Dolphin.

It is not possible to back port the fix to Chipmunk.

Android Studio Dolphin is now stable.

like image 141
steffandroid Avatar answered Dec 10 '25 17:12

steffandroid



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!