Skip to content

Fix build issues when targeting Android Shipping configuration#1222

Merged
tustanivsky merged 3 commits intomainfrom
chore/fix-android-build
Feb 10, 2026
Merged

Fix build issues when targeting Android Shipping configuration#1222
tustanivsky merged 3 commits intomainfrom
chore/fix-android-build

Conversation

@tustanivsky
Copy link
Copy Markdown
Collaborator

In Android SDK 8.32.0 (#4999), a reference to the ApplicationStartInfo class (API 35) was introduced. When targeting Android SDK 34, this causes the build to fail with a Missing class error during :app:minifyReleaseWithR8.

Although the class presence is checked at runtime, the reference can still break the build in environments where only older Android build tools are available, such as the UE 5.5 Docker image used in CI.

Key change:

  • Add R8 proguard rule -dontwarn android.app.ApplicationStartInfo

#skip-changelog

@github-actions
Copy link
Copy Markdown
Contributor

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


This PR will not appear in the changelog.


🤖 This preview updates automatically when you update the PR.

@tustanivsky tustanivsky marked this pull request as ready for review February 10, 2026 11:09
@tustanivsky tustanivsky merged commit 250dbf6 into main Feb 10, 2026
60 checks passed
@tustanivsky tustanivsky deleted the chore/fix-android-build branch February 10, 2026 11:29
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