Getting this error Execution failed for task ':app:checkDebugAarMetadata'. while running the app
I also tried following couple of solutions that didn't work
- Changed the compileSdkVersion = 31 and targetSdkVersion = 31 which is present in build.gradle
- Added build.repositories jcenter() and to allprojects.repositories jcenter() in build.gradle