Ionic 3 Project does not have config.xml

时光总嘲笑我的痴心妄想 提交于 2019-12-01 03:34:13
Suraj Rao

From ionic cli v4, you need to set cordova to your ionic app if you are creating an ionic cordova application. config.xml is used by cordova platform.

You can enable the integration after creating the app as well according to documentation.

ionic integrations enable cordova

If you cannot recover or don't have a config.xml file here is a solution I found from, just run ionic integrations enable cordova --add and if it asks to overwrite config.xml, give yes and if it asks to overwrite resources, give no because it will overwrite your resources folder and you will lose many important things

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!