Windows 10 AppInstaller hangs at 16% - xamarin

I created a simple Xamarin Blank App targeting only the UWP platform. Then I created packages to deploy app in sideloading mode. Then the installation works well on my development machine but when I tried to install it on an other PC without Visual Studio, the AppInstaller hangs at 16%.
Note both my development machine and the second PC have the same Windows 10 version which is 1803 (17134.112).
Thanks for any help.
EDIT
Please note I use Visual Studio 2017 Community version 15.5.27130.2024

Related

Cross platform Windows, Android and iOS apps development on a Mac computer using Visual Studio 2017 environment setup

Let's say my physical Environment is a Mac computer with Windows 10 installed using Bootcamp and also the same Windows 10 running on a Virtual Machine. (I think this is possible with some VM software)
With Visual Studio 2017 running under Windows is it possible to connect to MacOS to compile iOS part of the apps? How?
I think I cannot develop Windows Apps using Visual Studio 2017 for Mac so that option is out of question.
Thank you for your help.
Check out the setup and installation documentation. Basically you need to install Visual Studio for Mac on your Mac and Visual Studio 2017 in your virtual machine.
You then need to connect via the build agent (Visual Studio will show you how). This can all be done on the same machine if you are using a Mac.
https://developer.xamarin.com/guides/ios/getting_started/installation/windows/

Visual Studio Android Emulator does not appear in debug emulator list

I'm using visual studio 2015 update 2 and Tools For Apache Cordova Update 10.
I installed Visual Studio Android Emulator with Ms Installer but after installation it does not appears in debug emulators for android (and other platforms).
the project run in Ripple correctly
the vs emulator will start and run correctly , 3 virtual machines start correctly with no problem. (Tools > Visual Studio Emulator For Android)
but i can't see the VS Emulator for debugging in the list for my apache cordova project
The Emulators are based on Hyper-V, so the feature is not available all the time. If you use a 32Bit Windows or an 64Bit Windows, but the CPU misses VT-X, SLAT support you also can't use Hyper-V. Also Hyper-V is only part of the Pro or Enterprise edition, if you only use the Home Edition you're out of luck and have to upgrade to Pro.
If you support all requirements, try to repair the Visual Studio 2015 and also update to Update 3.

Windows universal app in VS2013

Is it possibility to create windows universal app for windows 10 in Visual Studio 2013? Should I install some kind of SDK, and after that everything will be ok or I have to use VS2015?
VS2013 won't work, you have to use VS2015.
You can run VS2015 on Windows 10, Windows 8.1 or Windows 7 to create Windows 10 apps.
Make sure to install the components for Windows Universal App Development during the installation of VS 2015. VS 2015 can be installed side by side with VS 2013.
More info can be found on MSDN
No need to have 2015. Not everyone is having this.
If you are using a different development environment than Visual Studio 2015, you can download a standalone Windows SDK for Windows 10 installer. Note that you don’t need to install this SDK if you’re using Visual Studio 2015 Update 3 – it's already included.
https://developer.microsoft.com/en-us/windows/downloads
Below is the link for SDK
https://go.microsoft.com/fwlink/p/?LinkID=822845
Ramprasad.

Windows phone 10 UWP app Deployment error

I am facing the following error, while deploying the package to windows phone device or emulator.
Development specs: Windows 10 Pro Insider preview. Visual Studio Community edition.
Error: Verify the project is selected to be deployed in the solution configuration manager, or deploy it explictly by clicking on the deploy commands in the build menu.
Tried all the possible ways of solving. Can any one suggest a solution for this.
I have checked that you are using the Visual Studio Community RTM version from your Screenshot, but based on this article(https://blogs.windows.com/buildingapps/2015/06/29/release-dates-and-compatibility-visual-studio-2015-and-windows-10-sdk/), Windows 10 preview version will not work with the Visual Studio 2015 RTM version when creating the UWP app, so you will meet error, please try to upgrade your Windows 10 Pro Insider preview to Windows 10 RTM, besides the Windows 10 Pro Insider preview has a lot of bugs.

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.

Resources