Android App Bundles (aab) missing files from Resources Folders

Hi,

our app got to big for a single apk so we switched over to using aab files.
When I build the app locally for testing purposes everything works fine but when I upload it to google and distribute it via the play store I get null reference exceptions whenever I try to load something from the resources folder.

I haven’t found much online about the issue so I think its an error on my side but I have no Idea what might be causing this.
And at least a few other people seem to struggle with this as well:

Hi, did you realize what was causing the null reference? I got stuck on the same issue and it’s really hard to debug…

Thanks in advance! :slight_smile:

Anyone ever found a solution / cause for this? We started randomly getting this.