Android Studio 0.3.0 发布

linux新闻评论752 views阅读模式

Android Studio 0.3.0 发布了,该版本包含众多改进,详情如下:

  • Updated the IDE base to the IntelliJ EAP build #132.637 sources (which also includes their #132.556 build relative to what we had in Studio 0.2.13.)
    The release notes for this version of the IDE which lists the new features and bugs fixed are here:
    • http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+13+132.637+Release+Notes
    • http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+13+132.556+Release+Notes
    • Note: In this version, the toolbar is hidden by default. If you want to bring it back, select View > Toolbar.
  • Gradle Builds
    • Much faster gradle project import: Importing one of our apps went down from two and a half minutes to fourteen seconds. This speedup also applies to syncing your existing project with Gradle, reopening existing projects, etc. Furthermore, we now only run the build target to generate sources, not a full compilation.
    • The improved performance is made possible by changes in Gradle 1.8 and Android Gradle plugin version 0.6.+, which are now the minimum supported versions.
      If you open an already imported project that uses the Gradle wrapper pointing to an old version of Gradle you will be able to automatically fix the wrapper properties and re-import the project:
      Android Studio 0.3.0 发布
    • The Gradle 0.6.2 plugin is now also available (or soon available; it is staging on maven central, so should be available in the next few hours), which improves resource merging handling (better error handling, more accurate error locations, source element references no longer merged into the R class documentation, etc).
  • Gradle Dependency Editing
    • You can now edit your Gradle module dependencies (and add and remove modules) from the Project Structure dialog; you no longer need to edit your build.gradle file by hand.
      When you bring up the Project Structure dialog, the Module panel will show you your existing Gradle dependencies:
      Android Studio 0.3.0 发布 You can add a new dependency by clicking on + in the list:
      Android Studio 0.3.0 发布 You can now enter a dependency name (which you for example can get from http://gradleplease.appspot.com/) :
      Android Studio 0.3.0 发布
      Or, you can search right in the dialog:
      Android Studio 0.3.0 发布
  • Template Support
    • Revised new blank activity template with support for action bars on older versions of Android (via the appcompat library), and new navigation styles such as using the navigation drawer:
      Android Studio 0.3.0 发布
  • Layout Rendering
    • Support for xliff strings. It will now insert id (or if available example) attributes into the layout editor preview strings.
      Android Studio 0.3.0 发布
  • As usual, many bug fixes.
    • From b.android.com: 60801, 60823, 59444, 60848, 57904, 60266, 60893, 60879, 60820, 61050, 61113, 60894
    • Other bugs and crashes not tracked in the issue tracker

Android Studio 的详细介绍:请点这里
Android Studio 的下载地址:请点这里

相关阅读

Android Studio无法启动打开,Android Studio gradle下载不了 http://www.linuxidc.com/Linux/2013-05/84900.htm

初探Android Studio及遇到的一些问题和解决 http://www.linuxidc.com/Linux/2013-05/84899.htm

Ubuntu 12.04(64位)安装Android Studio 全过程 http://www.linuxidc.com/Linux/2013-05/84812.htm

Android Studio v0.1尝鲜 http://www.linuxidc.com/Linux/2013-05/84681.htm

Android Studio使用教程 http://www.linuxidc.com/Linux/2013-05/84579.htm

Android Studio开发指南 http://www.linuxidc.com/Linux/2013-05/84543.htm

企鹅博客
  • 本文由 发表于 2019年9月17日 07:17:17
  • 转载请务必保留本文链接:https://www.qieseo.com/281614.html

发表评论