Format string XXX is not a valid format string so it should not be passed to String.format

前端 未结 12 2152
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 23:06

I have android app and this string in resources:

Select up to %1$d people!

Thi

12条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-06 23:43

    In my case invalidating cache with restart did not help, but having consistent formatting parameters (e.g. %s) across other the locales resolved the issue. I hope this might be helpful to someone in the future.

提交回复
热议问题