build.gradle
in your all modules in project, include app/build.gradle
. Find the compileSdkVersion
inside android
tag, in this case, compile sdk version is 30:This issue often appear when project has many modules, each module use different compile SDK version, so app may be able to build but IDE have some issue while processing your resources.