Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?

通常是因为string.xml中一个string 使用多个%引起 如:%s -- %d

解决办法  %s -- \%%d  仅能有一个%,其余加 /%

posted @ 2011-12-20 11:09  pandans  阅读(2382)  评论(0编辑  收藏  举报