Skip to content

Install Android SDK Platform android-36 in Dockerfile#81

Merged
beevelop merged 2 commits intolatestfrom
copilot/fix-android-sdk-requirements
Mar 6, 2026
Merged

Install Android SDK Platform android-36 in Dockerfile#81
beevelop merged 2 commits intolatestfrom
copilot/fix-android-sdk-requirements

Conversation

Copy link
Contributor

Copilot AI commented Mar 6, 2026

CI fails because cordova requirements android expects platforms;android-36 which isn't provided by the base image or the existing sdkmanager invocation.

  • Added ANDROID_PLATFORM_VERSION=android-36 env var
  • Added "platforms;${ANDROID_PLATFORM_VERSION}" to the sdkmanager install command alongside existing build-tools
ENV CORDOVA_VERSION=12.0.0 \
    CORDOVA_BUILD_TOOLS_VERSION=34.0.0 \
    ANDROID_PLATFORM_VERSION=android-36 \
    ANDROID_HOME=/opt/android

RUN while true; do echo 'y'; sleep 2; done | sdkmanager "build-tools;${CORDOVA_BUILD_TOOLS_VERSION}" "platforms;${ANDROID_PLATFORM_VERSION}" && \

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: beevelop <6891349+beevelop@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Android SDK requirement issues in pipelines Install Android SDK Platform android-36 in Dockerfile Mar 6, 2026
@beevelop beevelop marked this pull request as ready for review March 6, 2026 10:03
@beevelop beevelop merged commit 985a408 into latest Mar 6, 2026
1 check failed
@beevelop beevelop deleted the copilot/fix-android-sdk-requirements branch March 6, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants