visual-studio-cordova

Can I build games w/ Construct 2 and compile w/ new VS 2013 Cordova support?

瘦欲@ 提交于 2019-12-25 02:30:05
问题 After noticing the added support for Apache Cordova builds into Update 2 of Visual Studio 2013, I wonder if it could be possible to create a game with Construct 2, export as phonegap app and build using this new VS feature. Thanks in advance, Marcelo 回答1: If the question is whether you should be able to take a PhoneGap project and convert it, then yes. However, they may need to tweak some things around plugins and config.xml depending on how old the project is. (Ex: There are some things in

Multi Device Hybrid App for Windows Phone: How to set the logo?

浪尽此生 提交于 2019-12-25 02:25:25
问题 I am trying to figure out, how to set the app logo as well as the splashscreen using the preview for cordova apps (or Multi-Device Hybrid Apps) in Visual Studio 2013. I tried adding <platform name="wp8"> <icon src="img/logo.png" width="99" height="99" /> <!-- tile image --> <icon src="img/logo.png" width="159" height="159" /> </platform> However this won't do the trick. It's a pretty new thing so finding informations on this topic is kind of hard. It was pretty easy, using the old method. Any

Visual Studio Tools for Apache Cordova stops work correct after update

谁说胖子不能爱 提交于 2019-12-24 16:17:44
问题 I am developing ionic application with Visual Studio Tools for Apache Cordova. Everything was OK until I updated Tools for Apache Cordova and TypeScript Tools for Visual Studio. After this update Ripple emulator became unstable and get the next error in the Output window. code:-32000 message:Debugger agent is not enabled The source map 'angular-sanitize.min.js.map' for file 'mdha:http://code.ionicframework.com/1.0.0-rc.5/js/ionic.bundle.min.js' could not be read from the specified location

VS2015 + Cordova + SystemJS + Security Restriction Error: 0x800c001c

不羁的心 提交于 2019-12-24 12:36:24
问题 I'm getting an Unhandled exception 0x800c001c when I debug my Cordova project for Windows Phone 8.1 and Windows Phone 10. The problem is the document.write used in System.js . I understand winstore-jscompat.js link is used to resolve this problem, and the <script src="... element is in the index HTML. However, it doesn't seem to solve the dynamic content problem with Windows Phone. When I look at the dom I can see winstore-jscompat.js is dynamically added by platformOverrides.js and is

BlankCordovaApp1 build error

☆樱花仙子☆ 提交于 2019-12-24 12:25:49
问题 I installed visual studio 2013 community edition, and created a "JavaScript -> Apache Cordova Apps" named BlankCordovaApp1 using template, and didn't change any code. When I build for Device|Debug|Android, Output window shows: (I also tried to build for other platform, got same error.) 1>------ Build started: Project: BlankCordovaApp1, Configuration: Debug Android ------ 1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\TypeScript\Microsoft.TypeScript.targets(95,5): warning : The

Visual Studio Tools for Apache Cordova - iOS remotebuild - Omitting “plugins” folder within www

左心房为你撑大大i 提交于 2019-12-24 11:39:10
问题 When attempting to build or debug an iOS Cordova app from Visual Studio 2015, using the latest version of Visual Studio Tools for Apache Cordova (14.0.50902.4), I bump into an issue where any folder with the name "plugins" will be omitted from within www directory during building via remotebuild on my Mac. The actual cordova's "plugins" directory which is outside of the www folder is unaffected. Steps to reproduce - On the Mac, Open Terminal and run remotebuild From PC, trigger an iOS build

Cordova App on iOS device- Cannot debug from Visual Studio

ⅰ亾dé卋堺 提交于 2019-12-24 07:05:03
问题 When my app has been successfully build and deployed through remotebuild it starts, but I never get any feedback in the JavaScript console and it doesn't break on breakpoints. Developing on a Windows 10 machine with Visual Studio 2015 CE (office) Connect over VPN to my Mac iOS device (iPad mini) has local connection to development PC I went through this page to configure everything: https://taco.visualstudio.com/en-us/docs/ios-guide/ The only thing that shows up in the JavaScript console

vs-mad-remote build failed with error CordovaModuleLoadError 4.1.2

痞子三分冷 提交于 2019-12-24 03:32:44
问题 When I use vs-mda-remote to test cordova on mac, it failed with an error: error CordovaModuleLoadError 4.1.2 and when I use vs-mda-remote test, the error is: error CordovaModuleLoadError 4.3.0 vs-mda-remote this start the server ok. And I try the cordova, it can build success. Following is the full output: New build request submitted: /build/tasks?command=build&vcordova=4.1.2&cfg=release { 'accept-language': 'zh-CN', host: '192.168.1.244:3000', connection: 'keep-alive', 'transfer-encoding':

Visual Studio Preview 2015 is missing “VS Emulator Android Phone”

旧巷老猫 提交于 2019-12-24 03:04:13
问题 Being exited with the new release of VS preview I downloaded and installed it. I wanted to try out the new Android Emulator and created a new Cordova project. I was expecting similar choices listed in this screenshot: However I was only presented with the first five (Device, Android Emulator, Ripple ...) but missing VS Emulator Android Phone and VS Emulator Android Tablet. If I try to run the application using option "Android Emulator" I get the following error in the output console: 2>

Missing ant and “code 8” errors when building multi-device hybrid application project

馋奶兔 提交于 2019-12-24 01:54:41
问题 I have installed Multi Device Hybrid apps and when I'm building and debugging new project it showing these three errors Error 1 executing command 'ant', make sure you have ant installed and added to your path. Error 2 C:\Users\User\.cordova\lib\android\cordova\3.5.0\bin\create.bat: Command failed with exit code 8 Error 3 The command ""C:\Users\User\AppData\Roaming\npm\node_modules\vs-mda\vs-cli" prepare --platform iOS --configuration Debug --projectDir . --projectName "BlankCordovaApp2" -