Every time I run this command: ion cordova builds android - release
I am using cordova -v
7.0.1
I get this error:
The config file (.\ionic.config.json) is not valid JSON format.
Please fix any JSON errors in the file.
Here is my file:
{
"app_id": "12345",
"name": "myApp",
"type": "ionic1"
}
I'm not sure what is going on here.
This command works just fine: corova build android --release
I'm not sure what is happening with ionic.
source
share