Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android App Bundle not unpacked properly #462

Closed
chrisboyle opened this issue Mar 25, 2019 · 1 comment
Closed

Android App Bundle not unpacked properly #462

chrisboyle opened this issue Mar 25, 2019 · 1 comment
Labels
crash The app dies, hangs, or loses data

Comments

@chrisboyle
Copy link
Owner

Spun out from #461. I've worked around this by uploading an old-style monolithic APK for now, but I assume that won't be supported forever. I already used Android App Bundle for the October 2018 update without such widespread problems, so I don't know what's changed.

What's supposed to happen is Google ships a few smaller apks to your device e.g.

  • base.apk
  • split_config.en.apk
  • split_config.x86.apk (x86 or arm64 or arm etc. depending on what you have)
  • split_config.xxhdpi.apk

In the failing cases, Google has shipped the right set of files, and the architecture-specific one (x86 in my example here) does contain the two files I need, but the device has not unpacked it for some reason. This differs from a manual APK install in which everything is immediately unpacked from that one APK.

Originally posted by @chrisboyle in #461 (comment)

@chrisboyle chrisboyle added the crash The app dies, hangs, or loses data label Mar 25, 2019
@chrisboyle chrisboyle added this to the 2022-04-07-1832-c43a34fb milestone Apr 7, 2022
@chrisboyle
Copy link
Owner Author

I uploaded today's release as an Android App Bundle and it seems to work fine. If anyone encounters similar missing file issues then we can reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash The app dies, hangs, or loses data
Projects
None yet
Development

No branches or pull requests

1 participant