Blankj / AndroidUtilCode

:fire: Android developers should collect the following utils(updating).
https://blankj.com/2016/07/31/android-utils-code/
Apache License 2.0
33.3k stars 10.68k forks source link

LanguageUtils.applyLanguage(),上传Google play后失效问题 #1633

Closed kimljx closed 2 years ago

kimljx commented 2 years ago

Describe the bug

LanguageUtils.applyLanguage(),debug+release打包的apk没问题。但是打包aab上传Google play下载下来后无法实现切换语言

The code of bug

val spanish = Locale("es", "ES") LanguageUtils.applyLanguage(spanish, true)

kimljx commented 2 years ago

Google aab 分发问题

renhe2020 commented 2 years ago

aab分发问题,动态加载,在app下build.gradle加上这段就好了 bundle { language { enableSplit = false } }