Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to build Cordova App online?

I am making making an app using PhoneGap framework.

PhoneGap provides build Service (http://build.phonegap.com) that allows us to build and package app in cloud.You do not need to install any SDK locally to build app.

Is there any way to build cordova app Online

like image 367
Varun Nayyar Avatar asked Oct 09 '14 11:10

Varun Nayyar


2 Answers

Did you try Monaca? They have free plans: https://monaca.io

like image 170
Rodolfo Jorge Nemer Nogueira Avatar answered Sep 21 '22 23:09

Rodolfo Jorge Nemer Nogueira


You could also use Intel XDK platform. I've found very useful to develop in brackets+chrome and test and build in intel xdk. They have a very powerful emulator (over ripple afik). Also intel-xdk is becoming more powerful every day and they are actively improving it.

To build a cordova app in intel you don't need to change anything in your code.

like image 35
Miquel Avatar answered Sep 25 '22 23:09

Miquel