From 0b1c574bd492ef6983fa89ecfa16c8de97e76ec0 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Tue, 14 Jul 2015 10:39:54 -0700 Subject: [PATCH] docs: studio 1.3 revisions - studio Change-Id: I0d52bd8904ad1bb444c6f4775debb3846e30b670 --- docs/html/tools/building/plugin-for-gradle.jd | 2 +- docs/html/tools/revisions/studio.jd | 60 ++++++++++++++++++- 2 files changed, 59 insertions(+), 3 deletions(-) diff --git a/docs/html/tools/building/plugin-for-gradle.jd b/docs/html/tools/building/plugin-for-gradle.jd index a497c1bbc1866..c1ec4259749b6 100644 --- a/docs/html/tools/building/plugin-for-gradle.jd +++ b/docs/html/tools/building/plugin-for-gradle.jd @@ -1,4 +1,4 @@ -page.title=Android Plug-in for Gradle +page.title=Android Plugin for Gradle @jd:body diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd index b727d969dded1..b3379b41b2c9d 100644 --- a/docs/html/tools/revisions/studio.jd +++ b/docs/html/tools/revisions/studio.jd @@ -30,7 +30,7 @@ everything you need to begin developing Android apps:

Android Studio guide.

Periodic updates are pushed to Android Studio without requiring you to update your Android -project. To manually check for updates, select Help > Check for updates (on Mac, +project. To manually check for updates, select Help > Check for update (on Mac, select Android Studio > Check for updates).

@@ -39,10 +39,66 @@ select Android Studio > Check for updates).

The sections below provide notes about successive releases of Android Studio, as denoted by revision number.

-

Android Studio v1.3.0 (July 2015) +

+
+

Fixes and enhancements:

+
    +
  • Added options to enable + developer services, + such as AdMob and + Analytics, in your app from within + Android Studio.
  • +
  • Added additional annotations, + such as @RequiresPermission, @CheckResults, and + @MainThread.
  • +
  • Added the capability to generate Java heap dumps and analyze thread allocations from the + Memory Monitor. You can also + convert Android-specific HPROF binary format files to standard HPROF format from within + Android Studio.
  • +
  • Integrated the SDK Manager + into Android Studio to simplify package and tools access and provide update notifications. +

    Note: The standalone SDK Manager is still available from + the command line, but is recommended for use with only Eclipse ADT and standalone SDK + installations.

  • +
  • Added the finger command in the emulator console to simulate + fingerprint + authentication.
  • +
  • Added a <public> resource declaration to designate library + resources as + public and private + resources. +

    Note: Requires + Android Plugin for Gradle + version 1.3 or higher.

  • +
  • Added data binding support to + create declarative layouts that bind your application logic to layout elements.
  • +
  • Added support for a separate + test APK module + to build test APKs in Android Studio.
  • +
  • Updated the AVD Manager with HAXM + optimizations and improved notifications.
  • +
  • Added 64-bit ARM and MIPS emulator support for + QEMU 2.1.
  • +
  • Simplified the resolution of lint warnings + by adding quick fixes, such as the automatic generation of + Parcelable + implementation.
  • +
  • Added live template + support for quick insertion of code snippets.
  • +
+
+
+ + + + +
+

+ Android Studio v1.2.2 (June 2015)