Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cordova and PhoneGap have different config.xml examples

Tags:

cordova

When I generate a new PhoneGap 2.3 app, the config.xml file is for Cordorva, and does not match any example listed by PhoneGap. This includes the example app on Github (https://github.com/phonegap/phonegap-start/blob/master/www/config.xml). What do I need to do to get things going?

like image 504
Carson Avatar asked Jan 11 '13 22:01

Carson


1 Answers

There are two different config.xml files. One is located in "project_path/res/xml/config.xml" that is used by the native part of Cordova. The second one is used by PhoneGap Build service - https://build.phonegap.com/docs/config-xml

like image 57
Azbuky Avatar answered Oct 30 '22 05:10

Azbuky