最近、単純な Weider 6 エクササイズ ブラウザであるアプリケーションを開発しました。
JAR マニフェストの要素を使用して手動で JAD ファイルを作成しましたが、次の理由により、私の申請は Nokia Publish QA チームによって取り消されました。
Dear publisher,
While processing your content we found the following MIDlet-attributes are not present in the JAD and JAR manifest files:
Key 'MicroEdition-Profile' is not in the .jad and .jar.
Key 'MicroEdition-Configuration' is not in the .jad and .jar.
Key 'MIDlet-1' is not in the .jad and .jar.
Key 'MIDlet-Name' is not in the .jad and .jar.
Key 'MIDlet-Version' is not in the .jad and .jar.
Key 'MIDlet-Vendor' is not in the .jad and .jar.
私のマニフェストは次のように見えるので、本当に奇妙です:
MIDlet-Version: 1.0.0
MIDlet-Vendor: Michal Kulesza
MIDlet-Jar-URL: Weider6.jar
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.1
MIDlet-1: Weider6,/1.png,me.kulesza.WeiderExcercises
MIDlet-Name: Weider6
JAD ファイルはほぼ同じです。
MIDlet-Jar-Size: 199784
Sealed: true
MIDlet-Version: 1.0.0
MIDlet-Vendor: Michal Kulesza
MIDlet-Jar-URL: Weider6.jar
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.1
MIDlet-1: Weider6,/1.png,me.kulesza.WeiderExcercises
MIDlet-Name: Weider6
あなたの誰かがそのような問題を経験しましたか? 私は何か間違ったことをしていますか、それとも彼らのせいですか?