简体   繁体   中英

How to create Cordova Blackberry (Hybrid) application

I have so many tried to create hybrid app using cordova CLI. But I have not got any success till yet.I have created Android application using cordova CLI.

We face following issue while setup Blackberry for Hybrid app development:

  1. We tried BlackBerry Momentics IDE for hybrid application.
  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.
  3. We tried IBM work light Integration,created application structure but not able to adding plugin and run app.

Take your existing Android app and run

cordova platform add blackberry10

then

cordova build --release blackberry10

Keep in mind that not all of your plugins may be compatible with BB10.

I hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM