Android Studio 1.3 RC4 發布
Android Studio 是一個全新的 Android 開發環境,基于 IntelliJ IDEA. 類似 Eclipse ADT,Android Studio 提供了集成的 Android 開發工具用于開發和調試,在 IDEA 的基礎上,Android Studio 提供:
基于 Gradle 的構建支持
Android 專屬的重構和快速修復
提示工具以捕獲性能、可用性、版本兼容性等問題
支持 ProGuard 和應用簽名
基于模板的向導來生成常用的 Android 應用設計和組件
功能強大的布局編輯器,可以讓你拖拉 UI 控件并進行效果預覽
Android Studio 1.3 RC 4 發布,此次構建主要更新如下:
-
The LogCat window no longer switches to a different process when the current process dies (issue 161145)
-
Prevent "StartupAbortedException" for the IDE when there are foreign/conflicting .jar files in the JDK extensions directory (issue 180551)
-
Fix incorrect nullness information for Android SDK methods (requires File > Invalidate Caches) (issue 180771)
-
Include Andoid Gradle 1.3.0 in the offline Gradle plugin repository
-
Fix a handful of crashes reported by the crash reporter (in the setup wizard, AVD manager, and the memory profiler)
下載:
-
Windows: https://dl.google.com/dl/android/studio/ide-zips/1.3.0.9/android-studio-ide-141.2112779-windows.zip (329 MB)
-
Mac: https://dl.google.com/dl/android/studio/ide-zips/1.3.0.9/android-studio-ide-141.2112779-mac.zip (360 MB)
-
Linux: https://dl.google.com/dl/android/studio/ide-zips/1.3.0.9/android-studio-ide-141.2112779-linux.zip (335 MB)
更多內容請看發行說明。