Android Studio's first Quick Start and androidquickstart
Why should I put the as Environment Development in gradle? Because it is not convenient to install the gradle plug-in eclipse, the as is integrated directly, and then the as is the trend of the times. Let's take a look.
Below the Quick Start column on the right
1. Start a new studio Project
2. Open an existing studio Project
3. Import sample projects
4. check from version controller
5. Import the eclipse/gradle Project
6. Configuration
One by one.
2. Open an existing studio project:
First, let's look at creating a new project. Second, open an existing as project:
This shows that as is very considerate. a folder with a pale green and dark green pattern is displayed in the directory where the as project is located. One point between a broken ring indicates the Gradle project, A compass disk is an as project. If you have many directories, you can see at a glance which directory has an as project, and the as project directory will be displayed with the android studio icon, in this way, it is easy to tell which directories are studio projects and which are not suitable for studio projects.
3. Import sample projects
This will fail every time, maybe tianchao network, you know.
4. check from version controller
As supports github, cvs, git, google cloud, svn, etc.
In fact, you need to set the version controller. Otherwise, the first attempt will prompt that git.exe is not found, and SVN or others will not be tried.
GitHub settings are also available.
5. Import the eclipse/gradle Project
Of course, as must be compatible with eclipse projects and gralde.
If you use the eclipse project structure, a prompt is displayed to convert it to the as project structure.