visual-studio-cordova

Visual Studio 2015 preview - Apache Cordova Build Error

蓝咒 提交于 2020-01-02 02:40:06
问题 When I am tried to build apache cordova application in Visual Studio 2015 Preview I am experiencing following error. npm install error : error : spawn ENOENT But in Command prompt if i use npm -v Its returning 2.1.9 But when visual studio trying to install npm I am getting error. Can any one help me on this? Thanks. Hi all, After done the steps told by Ellen. Visual Studio reported New Error message 1>Task "MdaVsCli" (TaskId:17) 1> Task Parameter:VsCliPath= C:\Users\MyName\AppData\Roaming\npm

Visual Studio crashes when trying to associate Cordova app with store

£可爱£侵袭症+ 提交于 2020-01-01 17:36:07
问题 I'm on the latest version of Visual Studio 2015 Community (14.0.24720.00 Update 1) on Windows 10. I'm currently developing a Cordova App for Windows 10, iOS and Android using the Visual Studio Tools. When I right click on the Project, then go Store > Associate App with the Store, I can successfully log in, see my existing apps and select the one I want, but when I try to actually associate that app with my VS project, VS just crashes. I've already tried repairing Visual Studio through Add or

Adding plugin parameters through config.xml in Visual Studio doesn't work

泪湿孤枕 提交于 2019-12-31 04:16:12
问题 I am using VS2013 Update 4 with Apache Cordova Tools CTP 3.1. I have been struggling with installing two plugins where both of them use the <preference> tag in their plugin.xml. It is basically the same as this but the suggestions in the answers don't seem to help at all. It also seems like the problem is not specific to the Facebook Connect plugin, hence this new question. https://msdn.microsoft.com/en-us/library/dn757051.aspx#Configuring shows that adding parameters to plugins is supported

ionic content not scrolling

房东的猫 提交于 2019-12-30 18:50:12
问题 I have gone through many answers, but nothing worked for me. I have a simple .html file and ionic content just does not scroll. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <title></title> <link href="lib/ionic/css/ionic.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above

iTunes Connect invalid SDK Value: LC_VERSION_MIN_IPHONEOS

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-29 07:15:14
问题 I am building an iOS application with Apache Cordova Tools for Visual Studio and I have built my Application correctly and i have gotten it through the exporting to xCode process, Archiving, and submitting to the App Store. I thought it was finally done until i got this error when trying to submit to the App Store: Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 SDK. Invalid sdk value. The value provided for the sdk portion of LC_VERSION_MIN

Cannot build signed android package through visual studio cordova

浪子不回头ぞ 提交于 2019-12-29 04:45:30
问题 I am trying to build a signed release package for my Android application using Visual Studio 2015 Cordova Tools. I am using Cordova 5.1.1, which requires that I supply the build process with a build.json file, telling the application where the keystore are and what password is using. However when I add the build.json file, I am not able to make a successful build to release. I followed this guide: https://github.com/Microsoft/cordova-docs/tree/master/tutorial-package-publish#android And got

Error when building AngularJSToDo hybrid app in Visual Studio

余生颓废 提交于 2019-12-25 16:25:49
问题 I have installed Multi-Device Hybrid Apps for Visual Studio 2013 - CTP2,and other development tools are properly set up. Now I get some errors when trying to build for Android, iPhone, and for Windows Phone. error 1: Cannot find module 'qs' error 2: “"C:\Users\Administrator\AppData\Roaming\npm\node_modules\vs-mda\vs-cli" prepare --platform Android --configuration Debug --projectDir . --projectName "AngularJSToDo" --language "zh-CN"” exited with code 8。 C:\Users\Administrator\AppData\Roaming

Visual Studio Cordova, building iOS package via remote agent issues

两盒软妹~` 提交于 2019-12-25 07:40:07
问题 We've been building a mobile application in Visual Studid Community 2015 using the Cordova platform with the aim to publish to Android and iOS. Android we have no issues with but want to submit the app to Apple. The problem is that we tried setting up a remote agent the last couple of days but have ran into a brick wall. On our Macbook Pro we've installed node latest version as we are running Cordova CLI 5.4.1. Also we've installed xCode latest version. Signed up for Apple's developer program

Tools for Apache Cordova - Installed Plugins are skipped in build

孤街醉人 提交于 2019-12-25 04:31:34
问题 i have a cordova app with 6 plugins and the strange behavior that app is not working after i create a new clone of the sources from github. If i install a plugin over the config.xml dialog and build the android version of the app. The native source file (*.java) of the app is copied into App\platforms\android\src\org\apache\cordova\camera\CameraLauncher.java The app runs on the dev device where i added the plugin to the project. But if i upload my changes (config.xml, app/plugins folder) to

Ripple geolocation settings being ignored by Cordova application

旧巷老猫 提交于 2019-12-25 03:41:03
问题 I'm using Visual Studio 2013 Update 4 and I've installed the Visual Studio for Cordova add-on (version 0.3.22015.1). I have created an Angular based app based on the Ionic SideMenu Starter Template for Cordova example. I have included the Cordova geolocation plugin in the config.xml file. Within this example I am obtaining the device's location using the following code: $scope.showPosition = function (position) { // ... } $scope.getLocation = function () { if (navigator.geolocation) {