0

For example Coins %d

Jus to change the number to be displayed in app such %d + 20 = 30 when %d is 10. And not 20%d which just gives out 2010 when %d is 10

Raphael
  • 1
  • 1
  • 2
    Have you tried like this: `String.format("Coins: %d", coins + 20)`? – Darshan Jun 27 '22 at 08:58
  • The value is in resources.arsc and i haven't found a way to extract the files and then archive them back to arsc format..... So iam using arsc editor of which doesn't open the resource source code.... – Raphael Jul 05 '22 at 10:07

0 Answers0