ブラックベリー用の phonegap アプリを作成しています。エミュレーターでは正常に動作しますが、実際のデバイスで実行できるようにコマンド ラインを使用してプロジェクトに署名しようとすると、次の例外が発生します。
私はそれをグーグルで検索しました.preverifyツールを使用してjarファイルを検証する必要があるようです. しかし、私は自分のプロジェクトのjarファイルを持っていません。それは単なるフォルダーです。これで私を助けてください。
[INFO] Parsing command line options
[INFO] Parsing bbwp.properties
[INFO] Validating application archive
[INFO] Parsing config.xml
[WARNING] Failed to find a <feature> element
[WARNING] Failed to find the <author> element
[INFO] Populating application source
[INFO] Compiling BlackBerry WebWorks application
Exported static routine: .main(String[]) is multiply defined.
Exported static routine: .main(String[]) is multiply defined.
Exported static routine: .main(String[]) is multiply defined.
net.sf.antcontrib.AntContribVersion: Error!: Missing stack map in: <init> at lab
el: 30
[ERROR] RAPC exception occurred
ありがとう