cordova platform add android not working while listing Android targets

后端 未结 12 1774
野趣味
野趣味 2020-11-29 16:48

I got problem when i want to add an android platform to my phoneGap application. I got this message in my CLI when i execute the command cordova platform add android :

12条回答
  •  爱一瞬间的悲伤
    2020-11-29 17:38

    For those who have encountered this problem I add something extra that can be helpful, in my case had all the variables properly configured and this was still unable to add android platform and I did was disable my avast antivirus and puff! everything flowed smoothly, what was happening was that the antivirus was blocking the creation of the platform.

    Also important for me was to restart the pc. ;)

    Regards.

提交回复
热议问题