MAC java
第一步:从微软官网下载:https://www.visualstudio.com/vs/visual-studio-mac/android
第二步:安装软件过程出现ios
Download the Mono Framework v4.8.0 archive to any directory on your disk, double-click it and follow the instructions on screen. Please accept all the defaults during the installation, including the target drive.shell
Download the Android SDK for Mac OS X version 24.4.1, open the downloaded archive and copy the contents of the folder found at its root directory (most probably named android-sdk-macosx) to the /Users/cong/Library/Developer/Xamarin/android-sdk-macosx directory.数据库
Click here in order to start the Android SDK Manager application. In the GUI make sure the following components are installed or selected for installation:macos
Once all the required components are selected (you can select others as well, if you wish) start the installation.If you cannot see /Users/cong/Library/Developer/Xamarin/android-sdk-macosx in Finder please click here to reveal the directory in Finder.windows
Download the Android NDK for Mac OS X version r10e, open the downloaded archive and copy the contents of its root directory (most probably named android-ndk-r10e) to the /Users/cong/Library/Developer/Xamarin/android-ndk directory.mvc
When the Android SDK installation is finished you might want to start the Android Emulator Manager and create as many emulator images as you might need for your development. This step can be performed at any time, on an as-needed basis.app
Download the Visual Studio for Mac Preview v7.0.0 archive to any directory on your disk, double-click it and then drag and drop the Visual Studio for Mac Preview icon to the Applications folder.框架
Download the Xamarin.Android v7.1.0 archive to any directory on your disk, double-click it and follow the instructions on screen. Please accept all the defaults during the installation, including the target drive.
Download the Xamarin.iOS v10.4.0 archive to any directory on your disk, double-click it and follow the instructions on screen. Please accept all the defaults during the installation, including the target drive.
Download the Xamarin.Mac v3.0.0 archive to any directory on your disk, double-click it and follow the instructions on screen. Please accept all the defaults during the installation, including the target drive.
(这里没有用到移动端只须要下载:Mono Framework v4.8.0 archive Visual Studio for Mac Preview v7.0.0 archive 这2个包就能够,其余都是开发跨平台包)
3、激动人性时刻到来,打开vs,界面很是简洁,去除vs不少冗余功能,感受舒服不少。。。。
4、新建一个mvc项目,会提示你要在线安装支持mvc类库,是从nuget下载dll??
Windows
若是将上面代码放到windows系统,结果会怎么样呢?
环境:win10+vs2015 编译正常,运行也正常
上面那些只是小试牛刀,下面是见证奇迹时候,直接把以前项目【不链接数据库】丢到mac vs运行
竟然报错,完全把我惊呆了Operation is not supported on this platform. 这个操做不支持此平台。。。这个是预览版上bug?
对于出现问题,能够用如下几种方案
1:重启vs,重启电脑,卸载项目从新加载(成功一次,后来不知道为啥不行。。。)
2:so上面有人说是debug模式问题,我切换编译仍是报错。(失败)
3:google一下说多了pdb文件,我清理一下整个解决方案,把全部bin目录删除,编译仍是报错。。。(失败)
4:切换目标框架 (成功一次,以后失败就无法成功过了)
会不会是Mono4.5没有所有移植过来类库?因而这个设置一下4.5.1 4.5.2,我在windows是net4.5,编译一下,依然报错。 我切换4.6.1一下编译 成功了。。。。
(然而我高兴太早了,准备想重现这个问题操做,备份一下csproj文件,还原以前旧版本csproj,而后一路报错下去解决不了,把正确csproj替换也不行)
5:mac上新建一个mvc项目,把代码拷贝过去(若是全部方法试过都不行,此方案是百试百灵,强烈推荐)
6:我旧项目对比一下5新建项目csproj,改了一摸同样也不行,fk(失败,不知道为啥)
本人在项目采用第5个方案,Sorry,时间有限,暂时分析不出报错缘由具体在哪里...
最后想说:vs在mac操做加入【未包括项目文件】很蛋疼。。
测试Demo:http://files.cnblogs.com/files/walleyekneel/VSForMacTest.zip
2 vs mac-工具体验吐槽
3 vs mac-加入数据库访问项目
4 vs mac-ios开发
5 vs mac-安卓开发
6 vs mac netcore体验