Expo sdkVersion 37 Error: Unsupported SDK Version!

Hello @jess
I have updated the Expo version from 33 to 37 and it is running fine. Now I am building the app with expo build:android --release-channel default --clear-credentials --no-publish, But I am getting the error
Error: Unsupported SDK Version!
at Object.ensureCanBuildSdkVersion (/app/turtle/build/builders/utils/version.js:18:15)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async Object.buildAndroid [as android] (/app/turtle/build/builders/android.js:30:5)
at async build (/app/turtle/build/jobManager.js:158:24)
at async processJob (/app/turtle/build/jobManager.js:103:32)
at async Object.doJob (/app/turtle/build/jobManager.js:35:5)
at async main (/app/turtle/build/server.js:44:13)

Expo diagnostics :
Expo CLI 3.17.15 environment info: System: OS: macOS Mojave 10.14.6 Shell: 5.3 - /bin/zsh Binaries: Node: 12.16.1 - /usr/local/bin/node Yarn: 1.19.1 - /usr/local/bin/yarn npm: 6.13.4 - /usr/local/bin/npm IDEs: Android Studio: 3.5 AI-191.8026.42.35.5900203 Xcode: /undefined - /usr/bin/xcodebuild npmPackages: expo: ^37.0.0 => 37.0.6 react: 16.9.0 => 16.9.0 react-native: https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz => 0.61.4 react-navigation: ^4.3.7 => 4.3.7

Can you please help with this?

Thank you!

Hi

if you run with --no-publish build is using last bundle that was published in your case for sdk33

1 Like

@wkozyra This solved my problem.

Thanks for replying.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.