アプリケーションに N97 と Nokia 5530 を使用しています。アプリケーションをインストールするたびに、より頻繁に。このエラーが見つかりました。インターネットを検索したところ、この問題を解決する方法がいくつか見つかりました。jarのサイズチェックやjadで書かれたものなどを使って修正しましたが、それでも問題は解決しません。
ビルドでこのエラーを削除するにはどうすればよいですか。この点に関するヘルプは大歓迎です。
私は、J2ME アプリケーションでの .jar ファイルと .jad ファイルの統合に関する記事を読みましたが、今日のデバイスとインターネットははるかに高速です。jad ファイルの作成を無視できませんか。
編集
以下は、jad および manifest 属性です。NetBeans 6.9 と Nokia S60 5th Edition SDK を使用して、MIDlet を生成および構築しています。
jad の属性は次のとおりです。
Backkey: -11
LGE-MIDlet-Height: 400
LGE-MIDlet-Target-LCD-Height: 400
LGE-MIDlet-Target-LCD-Width: 240
LGE-MIDlet-Width: 240
LeftSoftKey: -6
MIDlet-1: MyAppName,/icon.png,com.main.MainMidlet
MIDlet-Jar-Size: 964642
MIDlet-Jar-URL: MyAppName.jar
MIDlet-Name: MyAppName
MIDlet-Permissions: javax.microedition.io.Connector.http
MIDlet-Touch-Support: true
MIDlet-Vendor: www.MyApp.com
MIDlet-Version: 1.4
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
Navi-Key-Hidden: true
Nokia-MIDlet-App-Orientation: portrait
Nokia-MIDlet-On-Screen-Keypad: no
RightSoftKey: -7
UseNativeTextButton: true
マニフェスト属性は
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.0
Created-By: 1.6.0_21-b06 (Sun Microsystems Inc.)
MIDlet-1: MyAppName,/icon.png,com.main.MainMidlet
MIDlet-Permissions: javax.microedition.io.Connector.http
MIDlet-Vendor: www.MyApp.com
Nokia-MIDlet-App-Orientation: portrait
LGE-MIDlet-Height: 400
Nokia-MIDlet-On-Screen-Keypad: no
MIDlet-Name: MyAppName
Navi-Key-Hidden: true
MIDlet-Touch-Support: true
LGE-MIDlet-Width: 240
MIDlet-Version: 1.4
Backkey: -11
LeftSoftKey: -6
UseNativeTextButton: true
LGE-MIDlet-Target-LCD-Height: 400
RightSoftKey: -7
LGE-MIDlet-Target-LCD-Width: 240
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0