Downgrade NDK to 26.2.11394342

This commit is contained in:
世界
2024-11-18 13:10:06 +08:00
parent e3e203844e
commit 1e07633914
+1 -1
View File
@@ -58,7 +58,7 @@ func FindSDK() {
}
func findNDK() bool {
const fixedVersion = "26.3.11579264"
const fixedVersion = "26.2.11394342"
const versionFile = "source.properties"
if fixedPath := filepath.Join(androidSDKPath, "ndk", fixedVersion); rw.IsFile(filepath.Join(fixedPath, versionFile)) {
androidNDKPath = fixedPath