当我导入Blackberry 10示例应用时,我收到错误Entry-point asset is required in Configuration Default
。我可以在资产选项卡中的bar-descriptor.xml中看到错误,并且没有配置。我该如何解决?
答案 0 :(得分:3)
我认为这不是一个好的答案。 导入项目时不要选择Blackberry。在General文件夹下,单击Existing Projects into Workspace,然后单击Next。这必须有效。
导入样本
1 Download a sample app from https://github.com/blackberry/NDK-Samples
2 Extract the sample zip file to a location on your hard drive.
3 In the IDE, on the File menu, click Import.
4 Under the General folder, click Existing Projects into Workspace, then click Next.
5 Click Finish.
样本现在应该出现在Project Explorer中。
答案 1 :(得分:1)
通过屏幕截图中的下拉SDK选择器,看起来您正在运行10.0.9.1101,这是SDK的旧版本。目前的Gold SDK是10.0.9.1673。
确保您已下载新的:https://developer.blackberry.com/cascades/download/
有了,您可以从下拉列表中更改SDK。该设置基于每个工作区保存,并且在安装新SDK时不会自动更新。