Unable to get launched browser process for Ripple

前端 未结 6 1107
灰色年华
灰色年华 2021-02-20 10:58

When I create new mobile application in visual studio, I can run it and no problems happen.

But when I start running another application (created by other developer, and

相关标签:
6条回答
  • 2021-02-20 11:11

    In Visual Studio go to Tools -> Options -> Tools for Apache Cordova, select Clear Cordova Cache.

    This worked for me to solve the issues above and has been the solution to a few other issues when using these tools.

    0 讨论(0)
  • 2021-02-20 11:13

    Need to set Visual Studio F5 action for Build and Deploy for Mobile project from Configuration Manager

    1. Right click on the solution and select the Properties
    2. Select Configuration Properties from left panel
    3. Select your Mobile Project
    4. Set (Tick) Build and Deploy checkboxes

    0 讨论(0)
  • 2021-02-20 11:15

    Delete Suo file from solution will fix it for you.

    0 讨论(0)
  • 2021-02-20 11:27

    Close Visual Studio, delete solution .suo files. Open Solution .sln and test it, this work for me.

    0 讨论(0)
  • 2021-02-20 11:27

    In Visual Studio 2015 I had to separately install Ripple as a package of my Apache Cordova Project and restart Visual Studio. To start Ripple, right click on your project and select deploy.

    0 讨论(0)
  • 2021-02-20 11:35

    Go to project

    Properties > Configuration Manager

    (left top corner) and check

    deploy

    0 讨论(0)
提交回复
热议问题