visual-studio-cordova

Multi-Device Hybrid Apps installation error

瘦欲@ 提交于 2019-12-06 01:42:24
问题 I installed the Multi-Device Hybrid Apps and when i open the javascript cordova project , vs2013 show this message. Git CLI The software is missing from your system. You may also have to configure it after installation. Instructions My Path variable C:\Program Files (x86)\Git\bin; C:\Program Files (x86)\Git\cmd; C:\Program Files (x86)\Git\libexec\git-core 回答1: This is a known issue with the CTP2 release. To fix this, in Visual Studio, go to: Tools->Options Scroll down to Multi-Device Hybrid

Cannot install Visual Studio 2013 update 5 (RTM); Tools for Apache Cordova

假如想象 提交于 2019-12-05 23:46:09
问题 I am trying to install VS2013 update 5 but it will not install as it says it is blocked and I must "uninstall the older version of Visual Studio Tools for Apache Cordova (Multi Device Hybrid Apps) through Control Panel...". I have uninstalled this as requested (though the new version - 14.0.50619.1 - that installs with VS2015 is still installed) but it still will not let me install and keeps repeating the message. From Help/About... Microsoft Visual Studio Premium 2013 Version 12.0.31101.00

InAppBrowser (Apache cordova plugin) does not open in Windows 8.1

别说谁变了你拦得住时间么 提交于 2019-12-05 23:03:50
I am developing an app using visual studio tools for apache Cordova (Cordova CLI : 4.3.1) and AngularJS. It uses InAppBrowser plugin via ngcordova library. Here is my code: var url = "http://myurl.com"; var target = "_blank"; var options = { location: 'no', toolbar:'no', hidden: 'no' }; document.addEventListener('deviceready', function () { var browserRef = $cordovaInAppBrowser.open(url, target, options).then(function (event) { }, function (error) { console.log("Error: " + error.message); }); }, false); When i deploy the app on windows 8.1 (on my local machine), i can see on debugger that a

Unable to get launched browser process for Ripple

坚强是说给别人听的谎言 提交于 2019-12-05 18:10:44
问题 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 shared on TFS), I got the following messages: Unable to get launched browser process for Ripple. Unable to get Ripple session info for port 0. No build errors or warnings! just 2 messages!! Any idea? My environment: Visual studio 2013 community edition (with Update 4) Windows 7, x64 * EDIT: It worked by right-clicking project

Visual Studio 2013 (Cordova Template) after CTP 4 update Crashes frequently

耗尽温柔 提交于 2019-12-05 17:54:11
After upgrading Visual studio 2013 to CTP4 and using the Cordova template, my visual studio freezes each time I click save and force me to restart it. With CTp3 the multi device hybrid app template was working fine. any one having same issue or work around? Surfacing an answer from one person in the comments, this may resolve the issue for some people using Visual Studio 2013 Update 4 with the Cordova tools: Visual Studio 2013 crashes and restarts every time I run my test solution Separately, the RTM release of Visual Studio 2015 and the Tools for Apache Cordova is now available and that may

Errors in cordova+xcode ios build

只愿长相守 提交于 2019-12-05 14:50:33
I am getting the following errors in Application Loader when trying to deliver my app(built in vs2015+cordova+remote xcode 7): Thanks in advance. There appears to be an issue with Cordova's iOS implementation when publishing apps created specifically using Xcode 7. A Cordova community member has published a "cordova-plugin-ipad-multitasking" plugin with a fix. http://npmjs.com/package/cordova-plugin-ipad-multitasking Install this plugin and you should be all set. A future Cordova version will resolve the problem fully. Failing that, if you are using remotebuild you can also find the native

Cordova: Launching chrome with --allow-file-access-from-files from VS 2017

巧了我就是萌 提交于 2019-12-05 09:49:25
I'm working on a cordova application in Visual Studio 2017 and I'm trying to access the filesystem using the file plugin. Unfortunately this does not work when debugging the application using 'Simulate in browser' (using cordova-simulate). A 'SecurityError: It was determined that certain files are unsafe for access within a Web application, or that too many calls are being made on file resources.' error is raised. I guess if have to pass '--allow-file-access-from-files' option to chrome, but I don't know how to do this, because chrome is launched automatically in a new window and I cannot find

Visual Studio Cordova build fails

China☆狼群 提交于 2019-12-05 05:33:33
When I build any android app with Cordova, it fails with TypeError: Cannot read property 'prepEnv' of undefined. I've done all the troubleshooting and checked environment variables (As per MS documentation) What I found is that if I call bld\Debug\platforms\android\cordova\build --ant --debug from my project folder, the build works. But when I call "C:\Users\<user>\AppData\Roaming\npm\\node_modules\vs-mda\vs-cli.cmd" build --platform Android --configuration Debug --projectDir . --rojectName Gappy --npmInstallDir C:\Users\<user>\AppData\Roaming\npm --language en-US --buildTarget AndroidDevice ,

Why is Visual Studio TACO unable to find the app I am trying to debug?

≯℡__Kan透↙ 提交于 2019-12-05 04:32:17
I am using visual studio running in parallels on a Mac. The Mac functions as my build server for iOS. I am trying to get debugging working from visual studio for both the simulator (iPad Air iOS 9.3) and an actual device (an actual iPad Air). For now, it may be helpful to just focus on the simulator first. When I try to launch to a simulator (iPad Air) from visual studio, or to an actual device my application launches on the device or simulator before visual studio appears to hang for a few moments, ultimately reporting the following error message: We were unable to find the app you're trying

Cordova + Visual Studio + Android@7.0.0?

匆匆过客 提交于 2019-12-05 04:15:37
问题 Has anyone been able to get the lastest android update (7.0.0) to work with visual studio? VS says the build is successful, but when you try to deploy, the step fails because it cannot find the created output. I THINK it may be a matter of updating some of the paths, but figured I'd see if anyone has already figured it out. Given that taco.visualstudio.com hasn't seen an update since June 2017, I'm wondering if the project isn't dead :-( 1>------ Build started: Project: myProject,