5 ms·
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 compileS
by flyingkiwi44 7mo ago
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"
- ali_chherawalla 7mo agoyup just updated. Thanks!