I'm developing a j2me application - it works fine on emulator and on most phones, but on 2 Nokia devices (both with h/w java acceleration in ARM CPU) I have this error while launching the midlet:
java/lang/NoSuchMethodError: No such method a.()I.
Disabling obfuscator doesn't help. The same obfuscated or non-obfuscated jar works fine with both emulator and other cell phones. I have no idea how to debug this problem and what may be the reason. Any ideas?
I'm using j2me Polish framework if that matters, but the fail is in one of my classes (I see it when disabling obfuscator).