- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 236字
- 2021-08-05 10:46:46
Downloading and installing Android Studio
The first step for this chapter is to install Android Studio. For this, you can head to https://developer.android.com/studio/index.html and download the installer for your platform.
Kotlin support was added to Android Studio in version 3.0. If you already have Android Studio installed, please check that the version is at least 3.0. It's recommended that you update to the newest stable version of Android Studio if you have an earlier version.

Downloading Android Studio from the official web page
Once you have finished the download, follow the steps on the official guide at https://developer.android.com/studio/install.html to complete the installation. By default, the instructions are going to be according to the operating system detected by the web page; if you wish to see the instructions for a different OS, please select the relevant option in the menu on the right of the page, shown as follows:

You can switch the instructions to other operating systems if you want
Once the installation is complete, you will be able to create Android projects with Kotlin support out of the box.
Keep in mind that the preceding screenshots are according to the current design of the page. Google updates both pages frequently, so they may look slightly different when you are downloading and installing Android Studio, but the premise should be the same: download and follow the steps according to your operating system.
推薦閱讀
- Mastering OpenLayers 3
- Learning Python Design Patterns(Second Edition)
- The Complete Coding Interview Guide in Java
- Scientific Computing with Scala
- 精通Python自動化編程
- Android Wear Projects
- Scratch3.0趣味編程動手玩:比賽訓練營
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 讀故事學編程:Python王國歷險記
- 樹莓派開發從零開始學:超好玩的智能小硬件制作書
- Building Scalable Apps with Redis and Node.js
- Mastering Puppet(Second Edition)
- Python程序設計基礎教程(慕課版)
- Metasploit for Beginners
- KVM Virtualization Cookbook