Hi
I used the javax.microedition.global.Formatter class in my code, but
when testing, Phoney does not find it.
I used it cause it is available on the project’s build path (through the
stubs libraries), but when I tried to build the app for android, I got
an exception
package javax.microedition.global does not exist
[javac] import javax.microedition.global.Formatter;
Can i simply add the jsr238_1.0 to Phoney’s classpath to avoid this
problem? Or should I directly use a different class for formatting
dates/currencies?
Many thanks
Javier