昨天Google I/O開發人員大會上宣布,Android Studio 0.1的前瞻版發布了,今早馬上下載嘗下鮮。
如下:
https://developer.android.com/sdk/installing/studio.html
很顯然的IntelliJ IDEA的樣貌,下面是一些:
選擇了“New Project”
給工程和包起個名字
建立自訂表徵圖
選擇工程類型
給工程定個名字
開始建立。
嚮導基本上和Eclipse差不多。不過這個建立過程可比Eclipse上長的多。主要是因為從gradle上下載。
工程的結構和Eclipse上的不同,src下分為java和res
可以直接選擇ADT中配置好的Emulators
運行還是在已有的Emulator上。
下面是匯入的介面:
選擇一個工程
然後是詢問從哪裡匯入
然後是設定名字和路徑
選擇庫
選擇工程模組
選擇庫
java的
android的
但是有兩個jar檔案沒找到——前瞻版裡沒有這個檔案,只好找以前安裝的包裡的同名檔案
詢問AndroidManifest.xml檔案
詢問是否加入Git
工程結構,和Eclipse上的一樣。
模擬器半天沒起來,用Eclipse啟動了模擬器,Android Studio的DDMS又找不到裝置,
然後重新嘗試,又起來了。DDMS的樣子,和Eclipse上的一樣。
發布仍然不成功:下面是控制台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/stephenwang/.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
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.
終於起來了,就是一個字:慢!