- Xamarin Mobile Application Development for Android(Second Edition)
- Nilanchala Panigrahy
- 426字
- 2021-07-16 20:32:38
Installing Xamarin.Android
Before we move on, we need to get Xamarin.Android installed. This section walks you through installing the latest Xamarin development platform (Xamarin.Android Version 5.1.3 and Xamarin Studio Version 5.9.3) on the Mac operating system.
Tip
At the time of writing this book, the installation instructions presented in this chapter are accurate. However, the tools are being updated rapidly, so these instructions may be out of date by the time you read this. You can refer to the official Xamarin website for the updated installation instructions.
You may choose to install Xamarin.Android and work through the samples on Windows OS; in which case, you will encounter only minor deviations in some of the directions. If you choose to install on the Windows operating system, you may refer to the installation guide from the official Xamarin developer portal at http://developer.xamarin.com/guides/android/getting_started/installation/windows/.
To install Xamarin.Android, perform the following steps:
- The Xamarin Studio IDE and Xamarin.Android platforms are the prerequisites to develop an Android application using Xamarin. Go to the download section of http://xamarin.com/, fill in your personal details, download the unified installer for your operating system, and launch it:
- Click on the installer page and the agreement page until you come to the Product Selection page. The installer allows the installation of both Xamarin.Android and Xamarin.iOS, as shown in the following screenshot:
- Xamarin.iOS will not be needed for the exercises in this book; you may uncheck Xamarin.iOS for the installer window and click on Continue.
- Now the installer will proceed to configure the installation directory. You may either change the installation location on your computer, or continue with the installation:
- Next, the prerequisites for the installation will be listed, as shown in the following screenshot. It requires installing the Mono framework, the Android SDK, Xamarin Studio, and the Xamarin.Android component. Click on Continue to proceed with the installation:
- You will now see the Android SDK agreement page. Just accept and click on Continue for installation. An installation progress page will be displayed depicting the component installation in progress:
Note
During installation of Xamarin.Android, if you're encountering Android SDK download issues, please ensure that downloads are not blocked by your corporate network or firewall. For such events, you can download and install the standalone Android SDK from https://developer.android.com/sdk/index.html. Once Android SDK is installed on your computer, you can resume with Xamarin package installer.
- As each component is installed, a check mark will be placed next to the component, and once all the items are installed, a final installation completion page will be displayed.
- Now click on Launch Xamarin Studio:
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Learning PostgreSQL
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Visual C++實例精通
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 青少年美育趣味課堂:XMind思維導圖制作
- PHP網絡編程學習筆記
- WordPress Plugin Development Cookbook(Second Edition)
- iOS應用逆向工程(第2版)
- C語言程序設計實訓教程與水平考試指導
- Qt 4開發實踐
- Unity Android Game Development by Example Beginner's Guide
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- Python深度學習(第2版)
- Unreal Engine Game Development Cookbook