我使用Visual Studio 2015 RC创建了一个Ionic(Apache Cordova)应用程序.我在自己的解决方案文件中创建了它,我可以使用Ripple运行它.
现在我想将文件移动到与我的服务器应用程序相同的文件夹中,因此我复制了项目文件夹并将项目添加到另一个解决方案中.如果我现在尝试使用Ripple运行项目,我会收到此错误:
无法获得Ripple会话信息.例外:无法连接到远程服务器.请关闭所有Chrome实例,然后重试.
如何让Ripple再次运行?
ripple cordova visual-studio-cordova visual-studio-2015 ionic
我正在使用Visual Studio Enterprise 2015 RC开发Cordova应用程序.该应用程序工作正常,并在我的三星Galaxy S6设备上进行了大约两天的测试.有一天,午休后,我回到我的应用程序,当我尝试部署到模拟器或读取的设备时,我开始收到错误
cmd: Command failed with exit code 1
Run Code Online (Sandbox Code Playgroud)
经过大约两天研究这个问题,我还没有找到解决办法.除了在"Ripple"环境中,我无法测试我的应用程序,这对测试此应用程序没有用.
以下是相关输出:
1> -code-gen:
1> [mergemanifest] Found Deleted Target File
1> [mergemanifest] Merging AndroidManifest files into one.
1> [mergemanifest] Manifest merger disabled. Using project manifest only.
1> [echo] Handling aidl files...
1> [aidl] No AIDL files to compile.
1> [echo] ----------
1> [echo] Handling RenderScript files...
1> [echo] ----------
1> [echo] Handling Resources...
1> [aapt] Generating resource IDs...
1> [aapt] D:\Stack Solutions\StackTFSSolutions\NRCA Phone App\AppRoot\platforms\android\ant-build\AndroidManifest.xml:6: error: Error: String …Run Code Online (Sandbox Code Playgroud)