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)
更多内容请看发行说明。