Android packaging error

update buildToolsVersion and compileSdkVersion into lastest in node module build.gradle in project
same issue did you fix it? @q975702873
@rchamara i have the following configuration which ie recomended by react native buildToolsVersion = findProperty('android.buildToolsVersion') ?: '31.0.0' minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '21') compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '31') targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '31')
I have the same issue, anyone could fix it?