posted 19 years ago
Hello Every1
I have a made a small application of displaying random lines with random colors. I am unable to port it to my Nokia 6670. It gives the following error :
UNABLE TO INSTALL
INVALID VERSION !
Someone told me it is because of the Random Class I am using. Please advice me.
It runs perfectly fine on my emulator.
Below are the specification of my application .
JAr Manifest
MicroEdition-Profile: MIDP-2.0
MicroEdition-Configuration: CLDC-1.1
MIDlet-Version: 1.0
MIDlet-Name: canvas
MIDlet-Vendor: Administrator
MIDlet-1: canvasMIDlet, , Canvas.canvasMIDlet
--------------------------------
Application Descriptor
MicroEdition-Profile: MIDP-2.0
MicroEdition-Configuration: CLDC-1.1
MIDlet-Version: 1.0
MIDlet-Name: canvas
MIDlet-Vendor: Administrator
MIDlet-Jar-URL: canvas.jar
MIDlet-Jar-Size: 3166
MIDlet-1: canvasMIDlet, , Canvas.canvasMIDlet
----------------------------------------
JAR File Size 3.09 KB
Thanks
Ankit