I just downloaded the new LWUIT 1.5 and when I compiled my project then I saw in the output trace these lines:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
I use Sun Java ME SDK 3.0
So how to make the -Xlint
recompilation?
Obfuscation
in your project? – SectionalizeOff
. – Retake