Execution failed for task ‘:app:checkDebugAarMetadata’

I already had the compileSdkVersion and targetSdkVersion on version number 30. I added to build.repositories jcenter() and to allprojects.repositories jcenter(), after that I build the react-native app and it works fine. My build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { buildToolsVersion = “30.0.2” minSdkVersion … Read more