akexorcist / Localization

[Android] In-app language changing library
Apache License 2.0
983 stars 154 forks source link

This library does not work when minifyEnable=true. #85

Closed sushantp777 closed 3 years ago

sushantp777 commented 3 years ago

This library fails when for the following parameters are set in any of the build types:

minifyEnabled true
shrinkResources true
akexorcist commented 3 years ago

Duplicate of #84

bannarisoftwares commented 3 years ago

is this issue resolved?

akexorcist commented 3 years ago

@bannarisoftwares Please give me some more information

bannarisoftwares commented 3 years ago

@bannarisoftwares Please give me some more information

  • Do you enable the MultiDex in your app?
  • Do you publish app as app bundle with language splitting?

Yes... @akexorcist , I am able to enable the MultiDex in my app. Yes, I publish the app as an app bundle with language splitting. Link to my app https://play.google.com/store/apps/details?id=com.softwares.bannari.whatstouch

akexorcist commented 3 years ago

@bannarisoftwares As I tried your app, language changing work fine. I also tested about MultiDex and minify in my tested project (see my comment in https://github.com/akexorcist/Localization/issues/84#issuecomment-788591478) but no problem found.

So I will close this issue soon.