Uh oh!
There was an error while loading. Please reload this page.
Bump SDK version to 33 - #185
Conversation
| # Keep the previous SDK as a fallback until we've finished the migration. | ||
| ARG ANDROID_BUILD_VERSION_FALLBACK=31 | ||
| ARG ANDROID_TOOLS_VERSION_FALLBACK=31.0.0 |
There was a problem hiding this comment.
I don't think you need those. AGP will download on demand previous build tool versions
There was a problem hiding this comment.
Good to know! I was following the same upgrade strategy as in https://github.com/react-native-community/docker-android/pull/185/files.
makovkastar
commented
Nov 4, 2022
Circle CI is failing with "Bootstrap classpath /opt/android/platforms/android-31/android.jar contains no valid entries": P545999530. |
@cortinico it seems we actually need the fallback SDK version, otherwise Circle CI fails with an error: P545999530. |
cortinico
left a comment
There was a problem hiding this comment.
@cortinico it seems we actually need the fallback SDK version, otherwise Circle CI fails with an error: P545999530.
Yup you're right 👍
We need to upgrade the Docker image to SDK 33 before upgrading React Native in react/react-native#35196.