Looks like the build requirements for SDK and NDK in the build instructions don't match the build.gradle.
-Android SDK (API 34)
-Android NDK r26
vs
compileSdkVersion = 36
targetSdkVersion = 36
ndkVersion = "27.1.12297006"
Looks like the build requirements for SDK and NDK in the build instructions don't match the build.gradle.
-Android SDK (API 34)
-Android NDK r26
vs
compileSdkVersion = 36
targetSdkVersion = 36
ndkVersion = "27.1.12297006"
yup just updated. Thanks!