Create native iOS, Android,
Mac and Windows apps in C #.
When you see this sentence, you will know what xamarin is. For C # developers, such slogans will make you excited.
Many people may know mono, similar to. NET Framework, but cross-platform: Linux, UNIX, OS X and so on are supported, meaning that C # programs can be run on these platforms. Here, I would like to talk about the relationship between mono and xamarin. Mono was the first product of Novell, but after Novell was acquired, its developers were basically dismissed. After these developers became unemployed, they chose to start their own business and set up xamarin. They continued to develop mono and release their own versions, with the same name as the company name. Therefore, xamarin is both the company name and product name.
Because xamarin runs many dependencies, The xamarininstall downloaded on the official website is only a download installer, not a software package. It automatically downloads and installs the required dependent software, such as JDK, adk, and GTK, and specifies the version. If VPN is not enabled in the past two days, it seems that the installation step cannot be properly entered.Prepare a ladder before installation. If you have enough time and the VPN is stable, you can use the automatic installation method. Here we will record the steps for manual installation on the Windows platform and the methods for cracking.
1. installation environment
Win8.1 x64 Professional Edition, vs2013 English version (xamarin VS2010-2013 Support)
2. installationmanifest. xml
This is the installation configuration file of xamarin, which records the required installation package and version. The official website may update the link and version of the installation package at any time as needed. It is recommended that you refer to the following content.
3. Install JDK
The link in XML is: http://download.xamarin.com/Installer/MonoForAndroid/jdk-6u39-windows-i586.exe. Download the installation configuration. Note that xamarin currently only supports JDK 1.6, even if you have installed the latest version, or because the computer is 64-bit, jdk1.6 with 64-bit installation does not work, otherwise, xamarininstall will install this version for you in the last step. If this address is too slow to download, you can download it on the Oracle official website and find the same version number.
4. Android SDK
In XML, the R22 version is provided, but I downloaded the latest R23 version, which is also supported. This is the official website address http://developer.android.com/sdk/index.html. Click here to introduce the view all downloads and sizes. Download the version in the SDK tools only table. After the installation is complete, run the SDK manager to download APIs and tools. These versions of APIs are required: APIs 7, 8, 10, 12, 15, and 19, select a version to download the image. It is my SDK installation:
5. Android ndk
XML to r8d version, I installed r9d version, normal use, this is the official site address: http://developer.android.com/tools/sdk/ndk/index.html to download the appropriate version. After the download is complete, decompress the package to the installation path of the android SDK, which is the same as the root directory of the Android-SDK.
6. Install GTK #
The URL in XML is the latest version. Download and install it: Ghost.
7. xamarin Studio
The above are preparations, now we need something to start, download installation: http://download.xamarin.com/studio/Windows/XamarinStudio-5.1.4.0-0.msi
8. xamarin for Visual Studio
This is for vs plug-ins, download and install: http://download.xamarin.com/XamarinforVisualStudio/Windows/Xamarin.VisualStudio_Setup-3.1.224.0.msi
9. xamarininstaller
Run the installer again and check and confirm each required software. If any, it automatically installs the correct software package. After the installation is complete, a webpage is automatically displayed.
So far, all the installation steps have been completed. We recommend that you restart the computer and start the following steps after restart. (Do not log on to the xamarin account; otherwise, the attack will fail)
10. Cracking
Download the cracking package: http://pan.baidu.com/s/1bnlc2vx,password: 43dg,there is a sudden crack.
After cracking, you can enjoy cross-platform encoding (remember to create a virtual machine in the android simulator ):
Xamarin manual Installation Steps + cracking (Latest Version xamarin V3)