Home  >  Article  >  Java  >  Novice Tutorial--Detailed Graphical Explanation of Android Studio Installation

Novice Tutorial--Detailed Graphical Explanation of Android Studio Installation

巴扎黑
巴扎黑Original
2017-09-18 11:36:042092browse

This article will share with you the detailed explanation of android studio installation pictures and texts, including downloading, installation and problems encountered. It is very good and has reference value. Friends who need it can refer to it.

I have learned the basics of Java and recently took advantage of it. I want to learn Android development in my spare time. Baidu has a lot of information about Android studio, a development tool developed by Google, so there is no need to say more. It must be enough for me as a beginner. This article mainly introduces the problems I encountered when downloading, installing, and using it for the first time.

 Development environment

Physical machine: Windows8.1 Professional Edition

 Android Studio 2.3.3.0

Download source: Android Studio Chinese community http://www.android-studio.org/ (It is recommended to install the installation package with Android sdk)

After downloading, follow the steps step by step, including the installation of Android sdk, installation path, etc. Set according to your own preferences.

1. Welcome interface when running for the first time

2. If Unable to access Android SDK add-on list appears, it is because Android Studio First Run detects Android SDK and updates. Due to well-known reasons such as FQ

Click Cancel and return to

Click Configure->

Enter the setup wizard page, click next, enter the select setup type wizard page, and select Custom. Because the installation package comes with Android studio, select custom, change the path for the local installation of the SDK, and click finish.

Sharing several blogs about problems and solutions encountered during first-time installation, project creation, and importing a project Link.

Necessary configuration for the first installation: All configurations you should know when using Android Studio for the first time http://www.jb51.net/article/123826.htm

Chapter Problems encountered when creating a project: FQ is required because when Android Studio is opened for the first time, gradle will be downloaded and updated online. When there is no Internet connection, an exception may be reported every time a module is created.

When you import a project for the first time, you have to re-download Gradle. So how can you avoid re-downloading Gradle and failing when importing a project for the first time? (You know why it failed, haha) Change

Solution: Change the gradle of the project to an existing one, and I can’t find the blog that solved it last time. However, there is a similar "

android studio imports the github project and needs to modify the gradle information

The above is the detailed content of Novice Tutorial--Detailed Graphical Explanation of Android Studio Installation. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn