Android studio for beginners
I have learned the basics of java and recently want to learn about Android development in my spare time. Baidu has a lot of information about Android studio, a development tool developed by Google, so you don't need to talk about it. It must be enough for beginners. This article mainly introduces the problems encountered during self-download, installation, and first use.
Development Environment
HOST: Windows 8.1 Professional Edition
Android Studio 2.3.3.0
Download Source: Android Studio Chinese community http://www.android-studio.org/(recommended installation package with Android sdk)
After downloading the sdk, follow the steps to install the Android sdk and set the installation path according to your preferences.
1. Welcome Page for the first running
2. If Unable to access Android SDK add-on list appears, it is because Android Studio First Run detects Android SDK and updates, because FQ and other well-known reasons
Click Cancel and return
Click Configure->
Go to the setting Wizard Page and click next To Go To The select setting type Wizard Page and select Custom. Because the installation package comes with Android studio, select custom, change the local installation path of the SDK, and click finish.
(Ps link http://m.blog.csdn.net/xinpengfei521/article/details/57425276)
We will share several blog links for the first installation, Project Creation, project import, and solution.
First install basic necessary use configuration: The first time you use Android Studio you should know everything to configure http://www.cnblogs.com/smyhvae/p/4390905.html
A problem occurs when you create a project for the first time: FQ is required, because when you open Android Studio for the first time, gradle is downloaded and updated online. If you do not have a network, an exception may be reported each time you create a module.
If you need to re-download Gradle for the first import project, how can you avoid re-Downloading Gradle for the first import project and fail? (You know why it failed, haha) Change
Solution: Change the project's gradle to an existing one, and you cannot find the blog for your solution. But there is a similar"
The gradle information needs to be modified when android studio imports the github project.
"Http://blog.csdn.net/iamwutianbao/article/details/52587758. The principle is similar !!