Android Studio 0.1.7 发布,基于IntelliJIDEA的Android开发工具
jopen 11年前
Android Studio 0.1.7 发布。
Android Studio是Google新发布的Android应用程序开发环境,Android Studio是基于IntelliJ IDEA开发而成的。在Android Studio开发环境中,Android开发者可以非常方便地调试Android应用程序,Android Studio不仅是Android开发的IDE集成环境,而且还有以下特点:
- 基于 Gradle 的构建支持
- Android 专属的重构和快速修复
- 提示工具以捕获性能、可用性、版本兼容性等问题
- 支持 ProGuard 和应用签名
- 基于模板的向导来生成常用的 Android 应用设计和组件
- 功能强大的布局编辑器,可以让你拖拉 UI 控件并进行效果预览
这次发布修复了在0.1.6版本中引入的一个Bug的重要解决方法。还有下面的错误修复和改进:
and tags now render their full scrolled view size, rather than just the viewport size. There is also a toggle rendering mode button in the layout actions toolbar in the layout editor. - The render error panel now has a close button such that you can temporarily dismiss it to see the partial rendering. Furthermore, when a flag or enum attribute is set to an unknown value, it now suggests the possible values with hyperlinks to directly set them:
It also tries to make the display more compact by aggregating multiple similar errors into a single message. For example, if you have an error in your style sheet parent reference, rather than getting dozens of "missing style" warnings, you get this one:
</li> - Color and icon previews for resources now also works for style and theme definitions (
- tag declarations):
- tag declarations):
- Fixed several user reported exceptions in lint analysis
- Fixed bug where the presence of an unexpected file anywhere in the resource directories would prevent the layout editor from opening
- More fixes to Gradle import and SDK handling </ul> </div>
- Android Studio 0.1.7 发布,基于IntelliJIDEA的Android开发工具
- Android Studio 0.8.12 发布,Android 开发环境
- Android Studio 0.8.13 发布,支持Android Lollipop
- Android Studio 1.0 RC 发布
- Android Studio 1.3 Beta 发布
- Android Studio 2.0 Preview 发布
- Android Studio 0.6.0 发布
- Android Studio 0.8.11 发布
- Android Studio 1.3.1 Beta 发布
- Android Studio 0.8.3 发布
安装
If you are already running Android Studio, just restart it, or manually check for updates via Help > Check for Update... (on OSX, look in the Android Studio menu). This will download and install a small patch rather than download a full IDE image. We are not posting full installers for each weekly update. If you do not already have Android Studio, install the latest full install from
When you run that version, it will check for updates and upgrade itself via the patch mechanism.
</div>