Hi,
C2 > Export project > Cordova
We get config.xml in folder export.
Cordova CLI > cordova create idproject
We get config.xml at root folder.
cordova folder project
-- hooks
-- platforms
-- plugins
-- www
-- config.xml
If we replace Cordova/config.xml by the C2/config.xml, when we build the android app, we have Error.
I'm wondering if we must edit manually the config.xml each time, or it's possible to use the config.xml made by the export in C2 ?