Skip to content

fix(android): disable AOT (malformed libaot-*.so broke APK install)#47

Merged
keyldev merged 2 commits into
mainfrom
fix/android-aot-install
Jul 1, 2026
Merged

fix(android): disable AOT (malformed libaot-*.so broke APK install)#47
keyldev merged 2 commits into
mainfrom
fix/android-aot-install

Conversation

@keyldev

@keyldev keyldev commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Release full-AOT (default) packaged libaot-*.so with a wrong ZIP entry size on
    the current workload → signed APKs failed to install as 'corrupt package'
    (INSTALL_PARSE_FAILED_NO_CERTIFICATES / v3 digest mismatch). RunAOTCompilation=false
    → valid 66MB APK, verified install + launch on API 36 emulator.
  • bump version to 0.3.0 (versionCode 30000); was stuck at 1 / 0.1.0-beta

Related

Type

  • Bug fix
  • Feature
  • Refactor / cleanup
  • Docs / CI
  • Other:

Checklist

  • Builds with 0 warnings (TreatWarningsAsErrors=true).
  • Tests pass (dotnet test); new Core logic has unit tests.
  • No layering violation — App references Core only (Infrastructure / Video / Devices wired via DI in a head).
  • Scope stays within one phase (didn't pull work from a later phase's "Не входит").
  • README / docs updated if public commands, options, or setup changed.

Platforms tested

  • Windows
  • Linux
  • macOS
  • Android
  • iOS
  • CI build only

Screenshots / notes

keyldev added 2 commits July 1, 2026 21:23
- Release full-AOT (default) packaged libaot-*.so with a wrong ZIP entry size on
  the current workload → signed APKs failed to install as 'corrupt package'
  (INSTALL_PARSE_FAILED_NO_CERTIFICATES / v3 digest mismatch). RunAOTCompilation=false
  → valid 66MB APK, verified install + launch on API 36 emulator.
- bump version to 0.3.0 (versionCode 30000); was stuck at 1 / 0.1.0-beta
@keyldev keyldev merged commit 9b8c2e2 into main Jul 1, 2026
5 checks passed
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.

1 participant