I originally called String.format this way:
String.format
return String.format(\"%s %f %f\", anotherString, doubleA, doubleB);
Which made Androi
Cleaning and rebuilding the project should work.
BTW, you may want to use Locale.getDefault() to "take care" of texts not written in english.
Locale.getDefault()