Visual Studio 2015 hangs when create/open a Cordova project

后端 未结 5 1702
清歌不尽
清歌不尽 2020-12-28 17:01

I used Visual Studio 2015 to develop mobile app with Cordova. Before I upgraded to Windows10, I was using Windows 7 and it worked perfectly fine. After I\'ve upgraded to Win

5条回答
  •  攒了一身酷
    2020-12-28 17:27

    I think there are some updates for Visual Studio 2015. I reinstalled it and it is working now.

    Here is what I did:

    1. Uninstall the Visual Studio 2015 using the installer (vs-community.exe) from https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx
    2. Install Visual Studio 2015 using the same installer(vs-community.exe) and choose Typical Installation
    3. After the installation is done, run the installer (vs-community.exe) again and choose Custom Installation and choose to install Apache Cordova
    4. Then I am able to open and build Cordova project

    Not sure if this helps.

提交回复
热议问题