I use this code in my project which is independent from other project.
float trg1 = 2.3f;
String.format("%.2f",tgr1).replace(",", ".");
When I insert this in other project which is depends from other project I get error like this:
method format(String, Object []) not applicable for argument format(String, float)