The first three Bolg I shared with you how to install Android Studio, but we haven't used as to create an Android project, then this blog we started to configure the SDK offline and create an Android project
Without looking at how to install the kids shoes for Android Studio, please look here first and then come back to us to continue:
[Android Studio authoritative tutorial]mac installation of Android Studio
[Android Studio authoritative tutorial]linux installation of Android Studio
[Android Studio authoritative tutorial]windows installation of Android Studio
1. Install/Update SDK
The first step is to have the SDK, if you do not download, click the link below to download.
SDK Download
If you downloaded then please update at least to the following:
SDK tools:14.3
SDK platform-tools:22
SDK Build-tools 22.01
Android 5.0.1 (API 21): Must download: SDK Platform, Samples for SDK, Googleapis, Intel x86 System Image
recommended to see my blog, to update the SDK, the speed of download I can reach more than 4M/S, the speed is particularly fast, it is said to reach 8-10m/s.
SDK Updates
2. Offline Configuration SDK
The first time we open is the following interface, we chooseConfigure
Click Preferences
Enter in the Search box sdk
, select Android SDK
, and then select the path to download the SDK is OK.
Let's check again, last page.
ChooseProject Defaults
Click Project Structure
Check the SDK path here, check the JDK path correctly, close the window if it's okay, I'll start creating the project
3. Create the first Android project in as
Interested children's shoes can follow my blog, my column will continue to update the Android Studio tutorial, as well as I/O assembly on the NDK configuration and compilation, I will also share to everyone.
And I received an invitation from CSND's instructor, and later I will record the use of these Android studio videos into a video published at Csdn College.
/** * --------------* Welcome Reprint | Reprint Please specify *--------------* If you are helpful, please click on | *--------------* Please remain humble | You'll go farther *--------------*
@author
ZSL * @email [email protected] * @github https://github.com/yy1300326388 * http://blog.csdn.net/yy1300326388 */
[Android Studio authoritative tutorial] offline configuration SDK, creating the first as Project