Downgrade NDK to r26d

This commit is contained in:
世界 2024-11-07 19:55:37 +08:00
parent 21faadb992
commit 8df0aa5719
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -58,7 +58,7 @@ func FindSDK() {
}
func findNDK() bool {
const fixedVersion = "27.2.12479018"
const fixedVersion = "26.3.11579264"
const versionFile = "source.properties"
if fixedPath := filepath.Join(androidSDKPath, "ndk", fixedVersion); rw.IsFile(filepath.Join(fixedPath, versionFile)) {
androidNDKPath = fixedPath