Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use PhoneGap Developer App in Cordova projects

I am quite new to Cordova, and I recently found the PhoneGap Developer App which is compatible with PhoneGap and it's documentation states that this app can be used with Cordova as well, but I dont know how to use it with Cordova.

Does anyone know how to use this App with Cordova. Any help would be great.

like image 973
Adi Avatar asked Nov 04 '14 11:11

Adi


People also ask

Is Cordova and PhoneGap same?

Both PhoneGap and Cordova are open-source cross platform frameworks but with different names. Cordova, at this point, is the open source platform that was formerly called PhoneGap. Both the terms can be used interchangeably because they both can help build mobile applications using HTML, CSS, and JavaScript.

Is Cordova discontinued?

Effective immediately, App Center will no longer offer the option to create Apache Cordova apps through the portal, CLI or API. Starting April 1, 2022, the App Center service will no longer accept calls from the Cordova SDK.


1 Answers

You have to install PhoneGap npm install phonegap -g and then you can call phonegap serve on your Cordova-project.

like image 74
Kiki Avatar answered Oct 28 '22 06:10

Kiki