visual-studio-cordova

How to make Visual Studio 2015 installer know that I already have Android SDK?

扶醉桌前 提交于 2019-11-27 00:28:51
问题 When I am installing Visual Studio 2015 I realized that it says Java SE Development Kit is already exists on the computer. I think installer knew it because of environment variables . That's why I set ANDROID_SDK_HOME and ANDROID_NDK environment variables. But when I launch the installer again it is still aware of only Java Development Kit. Do I set wrong environment names? How to make the installer know that I already have SDK and NDK? 回答1: Visual Studio 2015 installer doesn't use ANDROID

Install specific version of Cordova CLI in Visual Studio 2017

南笙酒味 提交于 2019-11-26 23:24:27
问题 I need to do some updates to a Cordova app created using Visual Studio 2017 Tools for Apache Cordova (TACO). The Cordova CLI version listed in the config.xml file is 6.3.1 and the cordova-ios platform version is 4.2.0 When I try to build the project (using a Mac with XCode 8.3.3, I get this error Build failed with error Remotebuild requires your projects to use cordova-ios 4.3.0 or greater with XCode 8.3. Please update your cordova-ios version. I don't see any updates to TACO in VS2017 or

Visual studio 2015 deletes file on save - cordova Solution

丶灬走出姿态 提交于 2019-11-26 20:28:33
问题 I've just updated windows to the creative suite, and now when i run visual studio to develop my app (using an apache cordova solution), when ever i hit save on a file, it removes the file from the solution and closes the editing window for the file. I can do a CTRL+F for content within the file, then it will open the file again and bring it back to the solution, but now the file in the solution has no 'lock' icon. I have tried updating visual studio, but apparently i have the latest version

Unable to start debugging in Visual Studio RTM for cordova app

不羁岁月 提交于 2019-11-26 18:11:17
问题 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 still can't start the application. Looked everywhere and found no reference to this problems. Others suggest that environment variables are not set or tools not installed. I triple checked and environment variables are fine and tools are indeed installed. I uninstalled everything (including git) from programs and features and

VS2015 - Change TypeScript Version

可紊 提交于 2019-11-26 16:06:17
问题 I am trying to update my Visual Studio 2015 + Cordova + TypeScript project to use TypeScript version to 1.6.0-beta . I am currently using 1.5.3 . I am able to use NPM to install the latest version, but my project continues using the old version. npm install -g typescript How can I make my project use the latest TypeScript version? Locations of TypeScript Versions: 1.5.3 = C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.5 1.6.0-beta = C:\Users\XXX\AppData\Roaming\npm ---------------------