'Does Xamarin support Windows 10? [closed]
I tried several times to make Xamarin work in Visual Studio with Windows 10 and it doesn't. After creating a solution with Cross-Platform Xamarin.Forms.Portable none of the projects compile. All of them, apart from the UWP project, has alarms for example the Android project shows the alarm that it can't connect in the debugger. I have read in several forums that it doesn't work on Windows 10. Any idea?
Update: This is an old question for a deprecated version. The issue was on the version used.
Solution 1:[1]
I have used Xamarin with Visual Studio on Windows 10.
My setup is as follows:
- Parallels Desktop (Allows you to run windows on the Mac)
- Microsoft Visual Studio Professional 2015
- Windows 10
- Xamarin Studio 6.0.1 (with accounts activated online)
For Android:
- Android SDK must be installed and the path configured.
- During compile time Visual Studio will pull down the assemblies needed for the Api version you set the Android Project to.
For iOS:
- You need access to a Mac to build.
- The Mac should also have Xamarin Studio Installed, this will include a build server Visual Studio connects to.
For Windows Phone:
- You need the Windows Phone Sdk installed.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Gman |
