I have an old project in cocos2dx 3.16.1 cpp, I was trying build for targetSdkVersion 32 but got gradle sync errors.
I’m using following versions of tools:
Android Studio 2020.3.1
Gradle Plugin 7.2.0
Gradle 7.4.2
ndkVersion “25.0.8775105”
I have these plugins in app level build.gradle
plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
id 'com.google.firebase.firebase-perf'
}
I’m getting this error:
> java.util.NoSuchElementException: Key GNUSTL_STATIC is missing in the map.
Can anyone help me with it?
2 posts - 2 participants