Multiple substitutions specified in non-positional format; did you mean to add the formatted=”false”
生活随笔
收集整理的這篇文章主要介紹了
Multiple substitutions specified in non-positional format; did you mean to add the formatted=”false”
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
make 編譯android代碼的出現(xiàn)這樣的錯(cuò)誤
這個(gè)問(wèn)題可能是跟android 的版本有關(guān)系就是xml 中的String.xml文件的文字使用%s 無(wú)法識(shí)別引起的, 不過(guò)有些版本可以識(shí)別?
下面的就有可能引起Multiple substitutions specified in non-positional format; did you mean to add the formatted=”false”
<string name="test">距離過(guò)年還有%s天%s小時(shí)%s分鐘</string>
處理方法就是在%后天添加1$ 或者 2$ 等, 我的處理方法如下.
<string name="test">距離過(guò)年還有%1$s天%2$s小時(shí)%3$分鐘</string>
總結(jié)
以上是生活随笔為你收集整理的Multiple substitutions specified in non-positional format; did you mean to add the formatted=”false”的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 4s店保养一次多少钱啊?
- 下一篇: git add . 之后 想执行回滚操作