79808265

Date: 2025-11-03 20:09:35
Score: 3
Natty:
Report link

I'm facing a similar issue. The problem is that when building a bundle, all unnecessary localizations are stripped from the app, unlike when building an APK. To fix this, use the following code in your build.gradle.

bundle
{
    language { enableSplit false }
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing a similar issue
  • Low reputation (0.5):
Posted by: D.D.M.