Android Studio has strange error

brentc

Newbie
When I start a new project and do a click to build the project I get this error:

app:checkDebugAarMetaData

issues found when checking AAR meta data value

It never used to do that.
 
Last edited:

brentc

Newbie
Thread starter
Ok I have the solution:

In the Android files tree on the left go to Gradle Scripts then to build.gradle (Module) and change compileSdk value from 30 to 31.
 
Top