简体   繁体   English

如何创建Cordova Blackberry(Hybrid)应用程序

[英]How to create Cordova Blackberry (Hybrid) application

I have so many tried to create hybrid app using cordova CLI. 我有很多尝试使用cordova CLI创建混合应用程序。 But I have not got any success till yet.I have created Android application using cordova CLI. 但是到目前为止,我还没有取得任何成功。我已经使用cordova CLI创建了Android应用程序。

We face following issue while setup Blackberry for Hybrid app development: 在设置用于混合应用程序开发的Blackberry时,我们面临以下问题:

  1. We tried BlackBerry Momentics IDE for hybrid application. 我们尝试将BlackBerry Momentics IDE用于混合应用程序。
  2. We tried WebWork SDK for hybrid application, created application structure but not able to import in IDE & not able to adding plugin in project.While building replace custom WWW folder with default one. 我们尝试了针对混合应用程序的WebWork SDK,创建了应用程序结构,但无法在IDE中导入,也无法在项目中添加插件。在构建时,请使用默认文件夹替换自定义WWW文件夹。
  3. We tried IBM work light Integration,created application structure but not able to adding plugin and run app. 我们尝试了IBM work light集成,创建了应用程序结构,但无法添加插件并无法运行应用程序。

Take your existing Android app and run 使用您现有的Android应用并运行

cordova platform add blackberry10

then 然后

cordova build --release blackberry10

Keep in mind that not all of your plugins may be compatible with BB10. 请记住,并非您的所有插件都可能与BB10兼容。

I hope this helps! 我希望这有帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在混合应用程序中创建图 - How to create graph in hybrid application 与Crosswalk + Cordova + Eclipse的混合应用程序 - Hybrid Application with Crosswalk + Cordova + Eclipse 如何使用Cordova处理混合移动应用程序的后退按钮功能 - How to handle the back button functionality for Hybrid mobile application using cordova 如何在混合应用程序中的角度控制器内部注册cordova事件 - How to register a cordova event inside the angular controller within an hybrid application 如何将Android / iOS应用程序与Cordova混合应用程序接口 - How To Interface Android/iOS App With Cordova Hybrid Application 如何将PayU资金与Cordova应用程序(混合应用程序)集成 - How to integrate PayU money with Cordova Application(Hybrid App) 在Cordova应用程序中使用Blackberry webworks API - Using Blackberry webworks API within a Cordova application 如何在混合应用程序中调试onDeviceReady — Cordova - How to debug onDeviceReady in a hybrid app — cordova Chardin Js,混合Cordova移动应用程序-“未定义”不是一个功能 - Chardin Js , Hybrid Cordova mobile application - “undefined” is not a function 混合移动应用程序在添加cordova.js时崩溃 - Hybrid mobile application crash while adding cordova.js
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM