Early adopters of Android studio v0.1
The Google I/O developer conference announced the release of the prospective version of Android studio 0.1. Download it immediately.
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 there are two jar files not found-this file is not found 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.
The release is still unsuccessful: The following is the console log.
Waiting for device.
"/Applications/Android studio. APP/SDK/tools/emulator"-AVD nexus-netspeed full-netdelay none
Warning: Data Partition already in use. changes will not persist!
Warning: SD card image already in use:/users/Stephen enwang/. Android/AVD/nexus. AVD/sdcard. img
Warning: cache partition already in use. changes will not persist!
Emulator: emulator window was out of view and was recentered
Device connected: emulator-5556
The device is online: emulator-5556
Target device: emulator-5556 (nexus)
Uploading File
Local path:/development/workspace/kingofair/out/production/kingofair/kingofair.apk
Remote path:/data/local/tmp/COM. octrois. Koa
Installing com. octrois. Koa
Device shell command: PM install-R "/data/local/tmp/COM. octrois. Koa"
Device is not ready. Waiting for 20 sec.
Device shell command: PM install-R "/data/local/tmp/COM. octrois. Koa"
Device is not ready. Waiting for 20 sec.
It's a word: slow!
The Google I/O developer conference announced the release of the prospective version of Android studio 0.1. Download it immediately.
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 there are two jar files not found-this file is not found 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.
The release is still unsuccessful: The following is the console log.
Waiting for device.
"/Applications/Android studio. APP/SDK/tools/emulator"-AVD nexus-netspeed full-netdelay none
Warning: Data Partition already in use. changes will not persist!
Warning: SD card image already in use:/users/Stephen enwang/. Android/AVD/nexus. AVD/sdcard. img
Warning: cache partition already in use. changes will not persist!
Emulator: emulator window was out of view and was recentered
Device connected: emulator-5556
The device is online: emulator-5556
Target device: emulator-5556 (nexus)
Uploading File
Local path:/development/workspace/kingofair/out/production/kingofair/kingofair.apk
Remote path:/data/local/tmp/COM. octrois. Koa
Installing com. octrois. Koa
Device shell command: PM install-R "/data/local/tmp/COM. octrois. Koa"
Device is not ready. Waiting for 20 sec.
Device shell command: PM install-R "/data/local/tmp/COM. octrois. Koa"
Device is not ready. Waiting for 20 sec.
It's a word: slow!