Fix corrupted Android SDK platform-35 package.xml

Removes corrupted package.xml and reinstalls android-35 platform
to fix SAXParseException during build. The Docker image has a
corrupted SDK that needs to be repaired on each build.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-04 17:32:26 +01:00
parent 0fb38b3f1c
commit 44cb9ec0c2

View File

@@ -19,8 +19,9 @@ stages:
before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew
- rm -f /opt/android-sdk/platforms/android-35/package.xml || true
- yes | sdkmanager "platforms;android-35" || true
- yes | sdkmanager --licenses || true
- sdkmanager --update || true
# Cache Gradle dependencies
cache: