Home > Mobile >  Android Studio "Unknown attribute android:text" warning in new project
Android Studio "Unknown attribute android:text" warning in new project

Time:07-16

There's a warning that annoys me in Android Studio 3.5.3 for Linux, which I'm trying for the first time. I'm following the Android Tutorial enter image description here

edit: my Sdk Build-Tools version is 33 (it's the one that comes with the standard installation, I didn't change it)

CodePudding user response:

If you're compileSdkVersion is 33,try downgrading it to 32 in build.gradle(:app)

  • Related