Visual Studio 2015 Xamarin Forms not deploy - visual-studio

I'm developing a Xamarin Forms app with Visual Studio 2015 running in Windows 10 hosted in VMWare Fusion 8.1.1 on a MacBookPro.
I connected a Moto G device to the Windows 10 machine (I can access to device with adb).
When I compile the project and try to deploy to the device the process never end. After build success message, VS 2015 go to Ready state and nothing happen.
What I can check? What is wrong?
Thank you!
Roberto

Click build on the tab menu and then select configuration manager. In the opening window, you should click deploy option for your platform

Related

Not getting option of run on "Device" for a cordova windows phone app in visual studio 2013

I have developed a windows app with cordova.
I can run that App on "local machine" and "Simulator" in visual studio.
but to build that app in my windows phone, I am not getting option of "Device" to run in my phone.
I'm using this command "cordova run windows --device -- --phone" on command prompt to run that App in my phone. that is working fine.
But I need to build the App in my mobile through Visual studio2013.
tell me how to get get the option of "Device" to run.
You need the Visual Studio Tools for Apache Cordova.
then follow:
With your app open in Visual Studio, choose Windows Phone 8 or
Windows Phone (Universal) from the Solution Platforms list. If you
don’t see this option, choose Solution Platforms from the Add/Remove
Buttons list to display it.
Choose Device.
Press F5 to start the app
Visual Studio starts the app on the connected Windows Phone device.
You can find link for VS studio Tools for Apache Cordova in the link below -
Source: https://msdn.microsoft.com/library/dn757055(v=vs.120).aspx

Visual Studio Deploy to device Stucked Universal App

I'm trying to deploy a universal app to a windows phone (development ready Lumia 520) device (I could deploy with Visual Studio 2015 RC).
Now that I'm using the latest visual studio and windows 10 sdk tools if I try to deploy to device (I'm using ARM) then the output just says:
Deploying started...
And gets stuck forever (I can still use visual studio) but it never ends.
Any suggestions?
Thanks in advance
I needed to change my phone device to developer mode.

Win 10 Universal App Project Creation Error

I've been keen to start developing Windows 10 apps for a while now, but I found things to be a little to unknown and unstable in the near past. With a release date official and Windows 10 making some great progress I've been trying to create a Universal App. However, I receive the following error when loading any Universal app - doesn't matter if it's Visual Basic, C# or C++ I receive the same error and the Project Solution doesn't seem right.
Error:
Project Solution:
My understanding is that the universal apps should have a Windows Phone Project and a Windows Desktop project at least? But as you can see after this error Visual Studio isn't creating these two projects...
Can anyone help?
-Windows 10 Pro Insider Preview Build 10130
-All features of Visual Studio are Installed, even the Android SDK ect
-Tried a reinstall of Visual Studio, issue still persisted.
As Microsoft describes, you have to do the following steps to install all Windows 10 tools during Visual Studio 2015 RC:
Select Custom install
Expand Universal Windows app development tools
Select Tools and Windows SDK 10.0.10069
Click Next to continue and follow the prompts to complete the installation

Windows Phone 8.0 app packaging in Visual Studio 2015 Preview

I have got Visual Studio 2015 Ultimate Preview installation through my students Dreamspark account. I installed it on top of updated Windows 8.1. workstation.
I have Windows Phone 8.0 application that I need to publish to Windows Phone Store. I am following MS guide on their site, but I am stuck with step in which my options for packaging solution are disabled in VS 2015 Preview (can't start the wizard).
Here is the screenshot of Visual Studio:
On this site: http://goo.gl/pjbLPh I have found guide for installing Tools for Maintaining Store apps for Windows 8 but it is targeting VS 2012 and VS 2013. In my installer for VS 2015 I didn't even see this tool in optional features for install. Maybe the name is changed?
Does anyone have early experiences with VS 2015 Preview and packaging WP 8 apps for Windows Phone Store?
You have to select a Windows Store app project in the solution explorer before.
(You screenshot shows that you currently selected the solution and not a project.)
Make sure that the distribution option is selected.

Windows Phone 7 Dev Tools: cannot see menu for device emulator

I have installed the dev tools. I have both visual studio 2010 and Visual Studio C# Express. After install it launched VStudio, I create a windows phone app, when running it says "Error 1 Zune software is not installed. Install the latest version of Zune software."
I saw on the internet that I had to connect to emulator in tools menu except I don't have such menu. So is there something I missed ?
It sounds like you're trying to deploy to a device. In Visual Studio, next to the debug button (green arrow), there's a drop down box. Set that to Windows Phone 7 Emulator and then try running the app. This should launch the emulator instead of trying to deploy to an actual device.

Resources