[Android Studio authoritative tutorial] configure the SDK offline and create the first AS project, androidsdk
In the first three articles of bolg, I shared with you how to install Android Studio, but we have not used AS to create an Android project. In this blog, we start to configure the SDK offline and create an Android project.
I didn't see how to install Android Studio. Please check it first and then come back to continue:
[Android Studio authoritative tutorial] install Android Studio on Mac
[Android Studio authoritative tutorial] install Android Studio in Linux
[Android Studio authoritative tutorial] install Android Studio in Windows
1. Install/update the sdk
First, we need an sdk. If you haven't downloaded the sdk, click the link below to download it.
Download SDK
If you download the SDK, update it to the following:
SDK Tools: 14.3
SDK Platform-tools: 22
SDK Build-tools 22.01
Android 5.0.1 (api 21): required: SDK Platform, Samples for SDK, GoogleAPIs, Intel x86 System Image
We recommend that you read this Blog and update the SDK. The download speed can reach more than 4 Mb/s, which is extremely fast. It is said that the download speed can reach 8-10 Mb/s.
SDK update
2. Configure the SDK offline
We opened the following interface for the first time.Configure
Click Preferences
Enter in the search boxsdk
, SelectAndroid SDK
And then select the path to download the SDK.
Let's check again, the last page.
SelectProject Defaults
Click Project Structure
Check the SDK path and check whether the JDK path is correct. Close this window if there is no problem. Next, create a project.
3. Create the first Android project in
If you are interested, follow my Blog. My column will continue to update the Android Studio tutorial and the NDK configuration and compilation at the 2015 I/O conference, I will share it with you all.
I also received an invitation from CSND lecturers. Later I will record these Android Studio tutorials as videos and publish them to the CSDN Institute.
/*** -------------- * Welcome to reprint | reprinted please note * -------------- * if it is helpful to you, please click | top | * -------------- * Please stay humble | you will go further * -------------- * @ author zsl * @ email zhengsonglan001@gmail.com * @ github https://github.com/yy1300326388 * @ blog http://blog.csdn.net/yy1300326388 */