Scenario: I have an app with a lot of high res drawable images. I would like to deliver those assets with the build as opposed to via web/http/cdn.
Problem:
When uploading my .aab to google, I'm told that certain configurations will result in a build over the 150MB limit.
What I've tried:
- I've extracted most of the large images to an install-time Dynamic Feature Module.
- Using bundletool, I've simulated an xxxhdpi device on arm64 with two languages. The resulting base apks do not exceed 150MB. The Dynamic Feature Module apks ("packimages-*.apk") do, but as far as I can tell, that's not only ok, but that is Google's recommended way of reducing base apk size.