Android Studio 1.3 Preview 3 發布
Android Studio 是一個全新的 Android 開發環境,基于 IntelliJ IDEA. 類似 Eclipse ADT,Android Studio 提供了集成的 Android 開發工具用于開發和調試,在 IDEA 的基礎上,Android Studio 提供:
-
基于 Gradle 的構建支持
-
Android 專屬的重構和快速修復
-
提示工具以捕獲性能、可用性、版本兼容性等問題
-
支持 ProGuard 和應用簽名
-
基于模板的向導來生成常用的 Android 應用設計和組件
-
功能強大的布局編輯器,可以讓你拖拉 UI 控件并進行效果預覽

Android Studio 1.3 Preview 3 發布,此版本現已提供在 canary 頻道。該版本對 1.3 Preview 2 做了一些小 bug 修復更新,它修復的幾個關鍵問題如下:
-
172523: 調試器在 "Collecting data" 時失敗,然后停留在 " Waiting until last debugger command completes", 尤其是在 Variables 窗口查看 collection 內容的時候。
-
175343: 更新設置向導,使得它只能安裝當前穩定版本的 SDK 工具,而不是最新可用的 preview tools
-
如果你的項目正使用 preview SDK 編譯時,更新布局預覽工具,它僅能使用預覽版 layoutlib。
-
175135: 檢查不正確的數組大小
-
減少新的 SDK 管理器的閃爍
-
Fix debugger resolution of resource integers for project-local resources
-
提示更新構建工具 23 rc1 到 rc2
更多內容請看發行說明。
下載頁面請點這里: Android Studio 1.3 Preview 3 download page。
來自:http://www.oschina.net/news/63252/android-studio-1-3-preview-3