Android Studio 0.1.7 發布,基于IntelliJIDEA的Android開發工具

jopen 11年前發布 | 31K 次閱讀 Android

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:
     Android Studio 0.1.7 發布,基于IntelliJIDEA的Android開發工具
    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:
     Android Studio 0.1.7 發布,基于IntelliJIDEA的Android開發工具
  • Color and icon previews for resources now also works for style and theme definitions ( tag declarations):
     Android Studio 0.1.7 發布,基于IntelliJIDEA的Android開發工具

  • 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

安裝

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.
 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!