The 1th Chapter (iii) installs VS2015 and Xamarin for VS
Operating system: Win7 64-bit (SP1 or later)
1, installation VS2015
VS2015 Simplified Chinese Enterprise Edition: Vs2015.ent_chs.iso (3.88 GB)
VS2015 Simplified Chinese Enterprise Edition sp1:vs2015.1
Best to Microsoft's official website to download the two files, and then to the domestic Internet to find a serial number, any search, everywhere, there is not much to say.
Load the Vs2015.ent_chs.iso file into the virtual CD drive, then run the installation, select "Custom", note the Android Native SDK (r10e,32 bit), but do not tick the yellow section below (these next steps to install):
• Cross-platform mobile development
"Xamarin" (c#/.net)
• Common Tools and SDKs
"√" Android native development Kit (r10e,32 bit)
"" Android SDK
"" Android SDK Installer (API levels 19 and 21)
"" Android SDK Installer (API level 22)
"" Android SDK Installer (API level 23)
"" Java SE Development Kit (7.0.550.13)
Other options are optional according to your needs, just make sure the options above are correct, and then click Next until the installation is complete.
2, install VS2015 SP1
VS2015 SP1 contains bug fixes and feature improvements for VS2015.
Install directly after download.
3. Install Xamarin for Visual Studio 4.0.0.1717 version Stable
The latest version of Xamarin's official website is the November 2015 Xamarin for VS 4.0.0.1717 stable release,
Download the Xamarin.visualstudio_4.0.0.1717.msi file from the following URL:
Http://download.xamarin.com/XamarinforVisualStudio/Windows/Xamarin.VisualStudio_4.0.0.1717.msi
Run the installation directly after downloading.
The following is the installation interface (note that before installing the new version of Xamarin, uninstall the previously installed Xamarin version and restart the system from the Control Panel before running the installer):
4. hack Xamarin for Visual Studio 4.0.0.1717 version Stable
The version of the cracked version of the original URL:
Http://www.cnblogs.com/phytan/p/xamarincrack2.html
WIN7+VS2015 has been tested to crack no problem, the specific solution please refer to the URL.
Note that you need to restart the computer after the hack.
After the steps in the URL are cracked, run VS2015 to see if the installed template is correct.
(1) Watch the Xamarin version installed under VS2015
(2) Android development template
(3) ipad Development template
(4) iphone development template
(5) Cross-platform development templates
5. Configure JDK, SDK, NDK path
Run VS2015, "Tools" à "options" à "Xamarin", specifying the following configuration:
So far, the development environment for developing Android apps in C # has been installed.
1th (iii) Install VS2015 and Xamarin for VS