When I was creating a new project it showed this warning and I do not understand what is it for. This is the image of the warning it is showing.
CodePudding user response:
Try changing the compileSdk to 31 instead of 32 in your build.gradle.
CodePudding user response:
change your compileSdkVersion and targetSdkVersion in build.gradel file
compileSdkVersion 31
targetSdkVersion 31