Issue
I am getting a Cannot load empty config.xml file when I try to run ionic cordova run android. Has anyone ever encountered this problem before? ionic serve seems to work.
Solution
This error is because your global config.xml file is empty for some reason. You should check config.xml file of your Ionic project, it's located in /your/project/path/config.xml and recover its last content.
Answered By - Víctor Daniel
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.