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

前端 未结 12 2167
没有蜡笔的小新
没有蜡笔的小新 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:26

    Make a function and put your code inside it and add this @SuppressLint("StringFormatInvalid") just before the function. Hope it helps.

提交回复
热议问题