0

I have developped my first application with PhoneGap/Android, normally it will be functional on any smartphone, I have now a blackberry, and I want to know how to create an executable of my application and then test it on the smartphone?

Aminesrine
  • 2,082
  • 6
  • 35
  • 64

2 Answers2

3

You can use PhoneGap build for this! Create an account, then upload the .zip file of your web application , then you can build executable files for many mobile SE.

1

Check get started guide of phonegap

hkutluay
  • 6,794
  • 2
  • 33
  • 53
  • I found: Deploy to Device: *Make sure USB debugging is enabled on your device and plug it into your system. (Settings > Applications > Development) *Right click the project and go to Run As and click Android Application I haven't undertood: plug it into your system. (Settings > Applications > Development) – Aminesrine Apr 14 '12 at 11:27
  • Are you deploying for blackberry or android? – hkutluay Apr 14 '12 at 11:30
  • I have developped using phonegap with Android platform, and now I want to test it in a blackberry device – Aminesrine Apr 14 '12 at 11:33
  • Ok.. did you deploy the application with Blackberry SDK as described on blackberry tab? Or detailed guide http://wiki.phonegap.com/w/page/31930982/Getting-Started-with-PhoneGap-BlackBerry-WebWorks – hkutluay Apr 14 '12 at 11:36
  • You must deploy for Blackberry to run your application on Blackberry devices. As i know, apk files can not be installed Blackberry devices. – hkutluay Apr 14 '12 at 11:43
  • no, I haven't, but should I deploy the application with every smartphone (blackberry or android or ..)? I thought that I should have an executable, then run it into any smartphone – Aminesrine Apr 14 '12 at 11:45
  • no.. you got only html files with capability of access resources that comes with phonegap. you must deploy (not writing application for these devices, just deploy) for every platform that you want to use. – hkutluay Apr 14 '12 at 11:48