我在使用 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 的新手。任何有关如何解决这些错误的建议将不胜感激。