Couldn't find ionic.config.json file

后端 未结 4 1408
情书的邮戳
情书的邮戳 2021-01-05 00:56

when i run ionic build android

i get this error -

Couldn\'t find ionic.config.json file. Are you in an Ionic project?

4条回答
  •  悲&欢浪女
    2021-01-05 01:37

    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.

提交回复
热议问题