Momentics IDE を使用して HelloWorldDisplay ネイティブ アプリをコンパイルできません。BB10 ネイティブ SDK 開発者ページの入門ガイドに従っています。
https://developer.blackberry.com/native/beta/documentation/getting_started.html
サンプル アプリをダウンロードし、HelloWorldDisplay アプリを右クリックして [ビルド] を選択し、インポートしてビルドしようとしました。
ビルドは失敗し、次のコンソール出力が表示されます。
**** Build of configuration Device-Debug for project HelloWorldDisplay ****
make all
make -j 1 -CDevice-Debug -fmakefile all
make[1]: Entering directory `C:/Users/pro-cln0042/Downloads/Code/BB10Examples/HelloWorldDisplay/Device-Debug'
make[1]: Leaving directory `C:/Users/pro-cln0042/Downloads/Code/BB10Examples/HelloWorldDisplay/Device-Debug'
make[1]: *** No rule to make target `HelloWorldDisplay', needed by `all'. Stop.
make: *** [all] Error 2
**** Build Finished ****
Momentics がこれを自動的に処理するはずであり、コンパイラやビルド ファイルなどを設定せずに右クリック -> ビルドできるはずだと考えたのは間違っていましたか?
私は BB 開発と Eclipse/Momentics 全般に不慣れです。これらのエラーを解決する方法についてアドバイスをいただければ幸いです。