6

ブラックベリーの開発に QNX momentics を使用しています。問題は、サンプルコードをダウンロードしてシミュレーターで実行するときです。その後、エラーが発生します。

プロジェクトをクリーンアップすると、エラーが発生します

**** Clean-only build of configuration Simulator-Debug for project list ****

make -j4 clean 
make: *** No rule to make target `clean'.  Stop.

**** Build Finished ****

そして、プロジェクトをビルドすると、私に与えられます

**** Build of configuration Simulator-Debug for project list ****

make -j4 Device-Debug 
make: *** No rule to make target `Device-Debug'.  Stop.

**** Build Finished ****

これらのエラーにより、サンプル コードを実行できません。この問題を解決する方法を教えてください。ターゲットを Simulator-Debug として設定しました。

4

2 に答える 2