visual-studio-cordova

'MySQL' is not recognized as an internal command (Apache Cordova for visual studio)

只谈情不闲聊 提交于 2020-01-11 01:48:13
问题 When i'm building an Blank App in visual studio with Cordova Apache Tools, i got this error: 'MySQL' is not recognized as an internal command. ------ Build started: Project: FirstAppInCordova, Configuration: Debug Android ------ C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript\Microsoft.TypeScript.targets(95,5): warning : The TypeScript Compiler was given no files for compilation, so it will skip compiling. GeneratedJavascript= C:\Users\Douglas\documents\visual studio

Why is Visual Studio 2013 crashing when I try to create/open a Multi-Device Hybrid Apps application?

假装没事ソ 提交于 2020-01-06 19:47:09
问题 I'm attempting to create a first application and it crashes when I try to create or open a solution created from the template. I have very basic debug information: System.ArgumentException was unhandled Message: An unhandled exception of type 'System.ArgumentException' occurred in WindowsBase.dll Additional information: The path is not of a legal form. I already have an environment setup for Android Studio 0.8.0 and have installed ant previously in order to support robobinding in android. 回答1

Does MDA support Cordova hooks?

耗尽温柔 提交于 2020-01-05 08:24:20
问题 My quick reading of vs-mda/app.js and its dependencies indicates no, but I'm hoping to be proven wrong. I'd like to be able to simply add a hooks folder to my MDA project and have its contents copied to the dynamically-generated Cordova project at build-time. 回答1: Unfortunately, Multi-Device Hybrid Apps does not currently support Cordova hooks. 来源: https://stackoverflow.com/questions/24706618/does-mda-support-cordova-hooks

PreBuildEvent and PostBuildEvent on Visual Studio 2015 Tools for Apache Cordova

♀尐吖头ヾ 提交于 2020-01-03 21:02:20
问题 Does somebody know if there is a way to use PreBuildEvent and PostBuildEvent on the new Visual Studio 2015 Tools for Apache Cordova? I tried this post, but it didn't work: Setting post-build event commands? 回答1: I faced similar issue and i needed to delete a folder on build in my Cordova app build with VS 2015 . I found a solution in this link https://stackoverflow.com/a/10605248/581157 Hope this helps. To delete a folder on Biuld of the cordova app i added this to the jsproj file <Target

PreBuildEvent and PostBuildEvent on Visual Studio 2015 Tools for Apache Cordova

和自甴很熟 提交于 2020-01-03 21:02:11
问题 Does somebody know if there is a way to use PreBuildEvent and PostBuildEvent on the new Visual Studio 2015 Tools for Apache Cordova? I tried this post, but it didn't work: Setting post-build event commands? 回答1: I faced similar issue and i needed to delete a folder on build in my Cordova app build with VS 2015 . I found a solution in this link https://stackoverflow.com/a/10605248/581157 Hope this helps. To delete a folder on Biuld of the cordova app i added this to the jsproj file <Target

Overwriting windowSoftInputMode preference in Visual Studio Tools for Apache Cordova config.xml file

痞子三分冷 提交于 2020-01-03 02:37:08
问题 I'm facing an issue in which the Android soft keyboard is appearing over the last edittext field on the page. Suggested solutions include changing the windowSoftInputMode, so I added the following preference in the config.xml file: <preference name="android-windowSoftInputMode" value="adjustResize|stateHidden" /> However, after I do my build, the AndroidManifest.cordova.xml file in the release folder always has a windowSoftInputMode of "adjustResize" and thus nothing changes when I run the

Path to NodeJs has not been specified in multi-device-hybrid apps

老子叫甜甜 提交于 2020-01-02 12:13:32
问题 When i try to build a project i am getting an error message like Path to NodeJs has not been specified. File name is Microsoft.MDA.target. How to specify node js path in it. The error message is : "Path to NodeJs has not been specified. Please check that NodeJs has been installed and set the NodeJsDir environment variable before building." 回答1: Looks like you have to add the nodejs installed location into your system path variable. and the below link gives you pointer about, in general how to

Error building ios vwith cordova toolset

﹥>﹥吖頭↗ 提交于 2020-01-02 09:55:27
问题 I'm using Visual Studio 2017 community edition, and simply using steps in vs documentation to build remotely using macincloud service. I basically get stuck with the following explicit error: Remote build error from the build server https://xxxx.macincloud.com:3000/cordova - 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. So it's clearly telling me to update cordova-ios as it's using below 4

angular is not defined in Visual Studio 2015

那年仲夏 提交于 2020-01-02 09:55:10
问题 I have created an out-of-the box cordova app in Visual Studio 2015, then i added AngularJS.Core library using NuGet Manager. After referencing the angular.js file in my html file, and tried to run the project i keep getting this error: angular is not defined here is a sample of my html page: Hello, your application is ready! <div ng-app="module1" ng-controller="Ctrl1"> <p>{{Test}}</p> </div> <script src="../Scripts/angular.min.js"></script> <!-- Cordova reference, this is added to your app

How to create ionic apps using visual studio 2013 Community?

被刻印的时光 ゝ 提交于 2020-01-02 07:53:13
问题 Is there a tutorial on how to build ionic apps on visual studio? Have anyone used ionic templates in VS? When I try to open this template, I'm getting this error: This extension is not installable on any of the currently installed products. If I download and install through VS 2013 Community templates (in new project dialogue) I get this error after creating the project: The imported (CordovaTools) project was not found Question: How can I get those .targets files here which could not be