I can't find document on how to enable pseudo localization inside Android Studio? I want to use pseudo L10N to find any overflow/truncation/wrapping/hardcoded strings in the app.
I tried modify the build.gradle to add "pseudoLocalesEnabled true" to the debug build section, however, when I tried to install the apk on device, I keep getting failing to parse the package error. When that line is removed, the apk installs fine.
How to turn on pseudo localization feature inside Android studio?