Home > OS >  Unknown attribute android:scaleType
Unknown attribute android:scaleType

Time:09-27

enter image description here

This is the error. As shown in the image. This is not letting the app run. This happens when I set the compile sdk version to 33. What to do?

enter image description here

Thanks in advance.

CodePudding user response:

You can either ignore it or upgrade to Android Studio - Dolphin; it is a known bug. I had literally hundreds of these Unknown Attribute errors in my project, but they went away when I upgraded to Dolphin v2021.3.1.

Here's a link to Google's issue tracker indicating it is resolved in Dolphin: https://issuetracker.google.com/issues/241460885

  • Related