diff --git a/cmd/internal/build_shared/sdk.go b/cmd/internal/build_shared/sdk.go index e089a525..a664abee 100644 --- a/cmd/internal/build_shared/sdk.go +++ b/cmd/internal/build_shared/sdk.go @@ -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