Unable to start debugging in Visual Studio RTM for cordova app

前端 未结 11 1793
陌清茗
陌清茗 2020-12-03 00:03

I have a project that was working on RC and worked with no problems. Updated to RTM and now I cannot start the application

I also created a new black cordova app and

11条回答
  •  借酒劲吻你
    2020-12-03 00:22

    Looks like a library is corrupted from the upgrade. Please give this a try:

    1. Close all VS instances
    2. cd %appdata%\"..\Local\Microsoft\Phone Tools"
    3. rename CoreCon folder to something else
    4. Launch VS again.

    That's it.

提交回复
热议问题