Hacker News new | ask | show | jobs
by flyingkiwi44 126 days 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"

1 comments

yup just updated. Thanks!