when i run ionic build android
ionic build android
i get this error -
Couldn\'t find ionic.config.json file. Are you in an Ionic project?
Go to ionic.io to create a new app. Then create ionic.config.json file in your app's root folder with content like
{ "name": "your_app_name", "app_id": "your_app_id" }
Then run the command "ionic build android", it should work.