The prospective version of Android Studio 1.0 has been released. Download it this morning.
As follows:
Https://developer.android.com/sdk/installing/studio.html
Obviously, intellij idea looks like this. Below are some of them:
Select "New Project"
Name the project and Package
Create a custom icon
Select project type
Set a name for the project
Start creation.
The wizard is similar to eclipse. However, this creation process is much longer than that of Eclipse. It is mainly because it is downloaded from gradle.
The structure of the project is different from that of eclipse. SRC is divided into Java and Res.
You can directly select the emulators configured in the ADT.
Run on the existing emulator.
The following is the import interface:
Select a project
Then, ask where to import the data.
Then, set the name and path.
Select Database
Select project module
Select Database
Java
Android
But two jar files are not found.-- This file does not exist in the prospective version, so you have to find the file with the same name in the previously installed package.
Ask about the androidmanifest. xml file
Ask if you want to add git
The engineering structure is the same as that in eclipse.
The simulator did not get up for half a day. The simulator was started with eclipse, and the android studio ddms could not find the device,
Then try again and get up again. Ddms is similar to eclipse.