visual-studio-cordova

Cordova + Visual Studio + Android@7.0.0?

限于喜欢 提交于 2019-12-03 21:08:33
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, Configuration: Debug Android ------ Cordova 7.1.0 ------ Platform android already exists ------ Copying native

Create App Packages doesn't actually create an appxbundle file?

99封情书 提交于 2019-12-03 18:14:09
问题 Using VS 2013 Update 4, Tools for Apache Cordova 3.0... I'm preparing a package for upload to the windows phone store and could use help getting VS to write out the appx file so I can run the certification checks (and eventually upload it to the Store!) I've done: Project>Store>Associate App with the Store Project>Store>Create App Packages Do you want to build packages to upload to the Windows Phone Store? (yes) Signed in to the Windows Phone Store Selected the App name I've reserved, it

Failed to deploy to device while deploying cordova app to a connected device

半腔热情 提交于 2019-12-03 16:44:52
问题 I am developing a Cordova app in Visual Studio 2015. I have my device "HTC One - Android" is connected to my machine and when i select to run my app on a device i get the following error: Failed to deploy to device, no devices found. Below screen shot for the error in VS 2015. 回答1: To fix this error in Deploying Cordova Apps to Android devices in Visual Studio 2015, You need to enable developer options in your phone. If you are having an Android device here is how to enable developer mode on

Visual Studio does not install correctly on Windows 10

无人久伴 提交于 2019-12-03 10:25:34
I upgraded my laptop to Windows 10 (no preview edition - the real thing!). I then installed Visual Studio Community Edition 2015 (I already have VS 2013 installed) so I can begin to use the Cordova functionality. The install churns and burns for a long time and finally finishes with a pageful of warnings. The warnings seem to correspond to entries in the log file (at the bottom of this post). I have tried uninstalling / reinstalling VS2015 thinking that a connection issue was the culprit - this did not work. I downloaded the ISO, uninstalled, and then reinstalled from the ISO - same problem.

ResourceManagerPackage - package did not load correctly

时光怂恿深爱的人放手 提交于 2019-12-03 10:24:41
I'm having a problem with VS2015 and cordova projects. Earlier in the day my project was working great. However, I moved a project to a new folder and now VS2015 is not working well. It's running, but somehow webessentials was uninstalled, NPM package in my gulpfile.js corrupt Visual Studio .... Anyone encounter this problem before? <entry> <record>28</record> <time>2015/09/22 22:18:17.610</time> <type>Error</type> <source>VisualStudio</source> <description>Loading UI library</description> <guid>{2EF1EC52-C8BF-4FE0-8ECE-BA9C0D5D1603}</guid> <hr>800a006f</hr> <errorinfo>Cannot find the

Visual Studio 2013 update 4 cordova, how to export Android apk file to publish in PlayStore

倖福魔咒の 提交于 2019-12-03 06:20:54
问题 Usually i develop the native android apps in eclipse ADT, and now i trying the new Visual Studio cordova plugin (update 4), but i didnt find the way to export and sign the APK file - like in eclipse (Export Android Applicatoin), maybe somebody can write here the step by step proccess to export and sign the apk file using Visual Studio 2013. Thank you, Dima. 回答1: You need to do following to create, sign and publish the apk to Google Play or any other Android store. 1.) Create the apk, apk is

Failed to deploy to device while deploying cordova app to a connected device

别来无恙 提交于 2019-12-03 05:53:00
I am developing a Cordova app in Visual Studio 2015. I have my device "HTC One - Android" is connected to my machine and when i select to run my app on a device i get the following error: Failed to deploy to device, no devices found. Below screen shot for the error in VS 2015. Mostafa To fix this error in Deploying Cordova Apps to Android devices in Visual Studio 2015, You need to enable developer options in your phone. If you are having an Android device here is how to enable developer mode on your phone: Android 4 1) Click on Settings. 2) Click on About. 3) Click on Software Information. 4)

How to run Android emulator in VS.NET 2015 when using Parallels on OSX?

拥有回忆 提交于 2019-12-02 21:33:22
问题 I have a Cordova app. When I select the Android emulator and try to run, I get the following errors: PANIC: HOME is defined but could not find AVD_GalaxyNexus_ToolsForApacheCordova.ini file in $HOME\.android\avd (Note: avd is searched in the order of $ANDROID_AVD_HOME,$ANDROID_SDK_HOME\.android\avd and $HOME\.android\avd) If the above are environment variables, they do not exist. I'm not sure where .android\avd is supposed to reside. I'm in Win7. Any ideas how to fix this? 回答1: Since you are

Visual Studio 2013 update 4 cordova, how to export Android apk file to publish in PlayStore

允我心安 提交于 2019-12-02 19:44:56
Usually i develop the native android apps in eclipse ADT, and now i trying the new Visual Studio cordova plugin ( update 4 ), but i didnt find the way to export and sign the APK file - like in eclipse (Export Android Applicatoin), maybe somebody can write here the step by step proccess to export and sign the apk file using Visual Studio 2013. Thank you, Dima. You need to do following to create, sign and publish the apk to Google Play or any other Android store. 1.) Create the apk, apk is created when project is build. Build the package in Release configuration (recommended) or you can also

Cannot run Cordova Applications using Visual Studio 2013

自作多情 提交于 2019-12-02 19:08:37
问题 I have installed all third party setups required for "Multi Device Hybrid Apps" successfully. But when i go to run my app using Visual Studio 2013 it gives me following two errors : Error 1: cmd: Command failed with exit code 255 Error 2: The command ""C:\Users\PC-Name\AppData\Roaming\npm\node_modules\vs-mda\vs-cli" prepare --platform Android --configuration Debug --projectDir . --projectName "Test2" --language "en-US"" exited with code 8. I have checked all Environment Variables which are at