Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Release of the Expo SDK 46 tarball #410

Open
3 tasks done
SrZorro opened this issue Aug 9, 2022 · 6 comments
Open
3 tasks done

Release of the Expo SDK 46 tarball #410

SrZorro opened this issue Aug 9, 2022 · 6 comments
Labels
question Further information is requested

Comments

@SrZorro
Copy link

SrZorro commented Aug 9, 2022

Question Checklist

Question Subject

Looking for the release of the Expo SDK 46 tarball.

Question Description

When trying to build an Expo app locally, it is blocked on the tarball not being available in https://github.com/expo/turtle/tree/master/shellTarballs.

Failed to build standalone app
  err: Error: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/turtle-cli/shellTarballs/android/sdk46'
  platform: "android"

In the post with the deprecation notice for classic builds & turtle-cli it says that SDK 46 will be the last version supported but the tarballs are missing

@kbrandwijk
Copy link

The release notes for SDK 46 mention:
image

@daganchen
Copy link

We're waiting :)
Thank you guys, amazing work!

@daganchen
Copy link

Released, when tested I got:
[21:46:13]: ▸ Aug 19 21:46:13 turtle[9528] INFO: Build file '/Users/daganchen/.turtle/workingdir/android/sdk46/android-shell-app/app/build.gradle' line: 16
[21:46:13]: ▸ platform: "android"
[21:46:13]: ▸ buildPhase: "running gradle"
[21:46:13]: ▸ source: "stderr"

any ideas?

@daganchen
Copy link

Found the issue: Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
If someone gets stuck here, an update is required.

Thank you a lot EXPO team, saved my tons of issues with the customers :)

@assada
Copy link

assada commented Jan 21, 2023

same issue but with 47 SDK

Jan 21 20:13:53 turtle[445265] ERROR: Failed to build standalone app
  err: Error: ENOENT: no such file or directory, open '/usr/lib/node_modules/turtle-cli/shellTarballs/android/sdk47'
  platform: "android"

@kbrandwijk
Copy link

@assada SDK 47 will not be supported. SDK 46 was the last supported SDK version for the classic builds infrastructure / turtle CLI.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants