I\'ve been attempting to utilize the plurals resource with Android but have not had any luck.
Here is my resource file for my plurals:
Same problem here! I guess it is just a flaw in the documentation. The "pure" getQuantitiyString(int, int)
method does just get a text resource, without any formatting. As superfell stated: just use the getQuantityString(int, int, Object...)
method and hand over your integer value twice.
I'd hoped this worked the same way you did, but it simply doesn't!!
PS: maybe check an answer as the correct one? ;-)