android - about string format wrong -


Multiple comments found in this row: - Error: multiple replacements specified in non-static format; Did you want to add formatted = "wrong" attribute? - Error: Unexpected end tag string

When I use this type of string: You have% d placements \ n and% d work (s) My SDK2.2. I do not know why this mistake is showing.

I think it should be - you have % 1 $ d has placements \ n.and% 2 $ d task (s)

check it


Comments