summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/revisions
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/tools/revisions')
-rw-r--r--docs/html/tools/revisions/gradle-plugin.jd100
-rw-r--r--docs/html/tools/revisions/studio.jd81
2 files changed, 180 insertions, 1 deletions
diff --git a/docs/html/tools/revisions/gradle-plugin.jd b/docs/html/tools/revisions/gradle-plugin.jd
index 90ec44a..17e6d79 100644
--- a/docs/html/tools/revisions/gradle-plugin.jd
+++ b/docs/html/tools/revisions/gradle-plugin.jd
@@ -40,6 +40,106 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ alt=""/>Android Plugin for Gradle, Revision 1.3.0</a> <em>(July 2015)</em>
+ </p>
+
+ <div class="toggle-content-toggleme">
+
+ <dl>
+ <dt>Dependencies:</dt>
+
+ <dd>
+ <ul>
+ <li>Gradle 2.2.1 or higher.</li>
+ <li>Build Tools 21.1.1 or higher.</li>
+ </ul>
+ </dd>
+
+ <dt>General Notes:</dt>
+ <dd>
+ <ul>
+ <li>Added support for the <code>com.android.build.threadPoolSize</code> property to control
+ the <code>Android</code> task thread pool size from the <code>gradle.properties</code> file
+ or the command line. The following example sets this property to 4.
+<pre>
+-Pcom.android.build.threadPoolSize=4
+</pre>
+ </li>
+ <li>Set the default build behavior to exclude <code>LICENSE</code> and <code>LICENSE.txt</code>
+ files from APKs. To include these files in an APK, remove these files from the
+ <code>packagingOptions.excludes</code> property in the <code>build.gradle</code> file.
+ For example:
+<pre>
+android {
+ packagingOptions.excludes = []
+ }
+</pre>
+ </li>
+ <li>Added the <code>sourceSets</code> task to inspect the set of all available source sets. </li>
+ <li>Enhanced unit test support to recognize multi-flavor and
+ <a href="{@docRoot}tools/building/configuring-gradle.html#workBuildVariants">
+ build variant</a> source folders. For example, to test an app with multi-flavors
+ <code>flavor1</code> and <code>flavorA</code> with the <code>Debug</code> build type,
+ the test source sets are:
+ <ul>
+ <li>test </li>
+ <li>testFlavor1 </li>
+ <li>testFlavorA </li>
+ <li>testFlavor1FlavorA </li>
+ <li>testFlavor1FlavorADebug </li>
+ </ul>
+ <p>Android tests already recognized multi-flavor source folders. </p> </li>
+ <li>Improved unit test support to:</p>
+ <ul>
+ <li>Run <code>javac</code> on main and test sources, even if the <code>useJack</code>
+ property is set to <code>true</code> in your build file. </li>
+ <li>Correctly recognize dependencies for each build type. </li>
+ </ul>
+ </li>
+ <li>Added support for specifying instrumentation test-runner arguments from the command line.
+ For example:
+<pre>
+./gradlew connectedCheck \
+ -Pandroid.testInstrumentationRunnerArguments.size=medium \
+ -Pandroid.testInstrumentationRunnerArguments.class=TestA,TestB
+</pre>
+ </li>
+ <li>Added support for arbitrary additional Android Asset Packaging Tool (AAPT) parameters
+ in the <code>build.gradle</code> file. For example:
+<pre>
+android {
+ aaptOptions {
+ additionalParameters "--custom_option", "value"
+ }
+}
+</pre>
+ </li>
+
+ <li>Added support for a <a href="{@docRoot}tools/studio/studio-features.html#test-module">
+ test APK module</a> as a separate test module, using the
+ <code>targetProjectPath</code> and <code>targetVariant</code> properties to set the APK
+ path and target variant.
+ <p class="note"><strong>Note:</strong> A test APK module does not support product
+ flavors and can only target a single variant. Also, Jacoco is not supported yet.</p>
+ </li>
+ <li>Added resource name validation before merging resources. </li>
+ <li>When building an AAR (Android ARchive) package for library modules, do not provide an
+ automatic <code>&#64;{applicationId}</code> placeholder in the
+ <a href="{@docRoot}tools/building/manifest-merge.html">manifest merger</a> settings.
+ Instead, use a different placeholder, such as <code>&#64;{libApplicationId}</code> and
+ provide a value for it if you want to include application Ids in the archive library. </li>
+
+ </ul>
+ </dd>
+ </div>
+</div>
+
+
+
+
+<div class="toggle-content closed">
+ <p><a href="#" onclick="return toggleContent(this)">
+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>Android Plugin for Gradle, Revision 1.2.0</a> <em>(April 2015)</em>
</p>
diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd
index b727d96..c922b28 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:</p>
<a href="{@docRoot}tools/studio/index.html">Android Studio</a> guide.</p>
<p>Periodic updates are pushed to Android Studio without requiring you to update your Android
-project. To manually check for updates, select <strong>Help > Check for updates</strong> (on Mac,
+project. To manually check for updates, select <strong>Help > Check for update</strong> (on Mac,
select <strong>Android Studio > Check for updates</strong>).</p>
@@ -43,6 +43,85 @@ Android Studio, as denoted by revision number. </p>
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ alt=""/>Android Studio v1.3.1</a> <em>(August 2015)</em>
+ </p>
+ <div class="toggle-content-toggleme">
+ <p>Fixes and enhancements:</p>
+ <ul>
+ <li>Fixed support for creating an Android Wear Android Virtual Device (AVD) on Windows. </li>
+ <li>Updated the <em>Project Wizard</em> to use the entered project name. </li>
+ <li>Added support to allow the Android SDK to be stored in a read-only directory. </li>
+ <li>Updated Android Plugin for Gradle version to 1.3.0. </li>
+ <li>Fixed issues with launching a debug session from the Android Debug Bridge (adb) Unix
+ shell. </li>
+ <li>Fixed the Java package renaming message to show the correct package name. </li>
+ </ul>
+ </div>
+</div>
+
+
+
+
+<div class="toggle-content closed">
+ <p><a href="#" onclick="return toggleContent(this)">
+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
+ alt=""/>Android Studio v1.3.0</a> <em>(July 2015)</em>
+ </p>
+ <div class="toggle-content-toggleme">
+ <p>Fixes and enhancements:</p>
+ <ul>
+ <li>Added options to enable
+ <a href="{@docRoot}tools/studio/studio-features.html#dev-services">developer services</a>,
+ such as <a href="https://developers.google.com/admob/">AdMob</a> and
+ <a href="{@docRoot}distribute/analyze/start.html">Analytics</a>, in your app from within
+ Android Studio. </li>
+ <li>Added additional <a href="{@docRoot}tools/debugging/annotations.html">annotations</a>,
+ such as <code>@RequiresPermission</code>, <code>@CheckResults</code>, and
+ <code>@MainThread</code>. </li>
+ <li>Added the capability to generate Java heap dumps and analyze thread allocations from the
+ <a href="{@docRoot}tools/studio/index.html#mem-cpu">Memory Monitor</a>. You can also
+ convert Android-specific HPROF binary format files to standard HPROF format from within
+ Android Studio. </li>
+ <li>Integrated the <a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a>
+ into Android Studio to simplify package and tools access and provide update notifications.
+ <p class="note"><strong>Note:</strong> The standalone SDK Manager is still available from
+ the command line, but is recommended for use with only Eclipse ADT and standalone SDK
+ installations. </p> </li>
+ <li>Added the <code>finger</code> command in the emulator console to simulate
+ <a href="{@docRoot}tools/studio/studio-features.html#finger-print">fingerprint</a>
+ authentication. </li>
+ <li>Added a <code>&lt;public&gt;</code> resource declaration to designate library
+ resources as
+ <a href="{@docRoot}tools/studio/studio-features.html#private-res">public and private</a>
+ resources.
+ <p class="note"><strong>Note:</strong> Requires
+ <a href="{@docRoot}tools/building/plugin-for-gradle.html">Android Plugin for Gradle</a>
+ version 1.3 or higher. </p> </li>
+ <li>Added <a href="{@docRoot}tools/data-binding/guide.html">data binding</a> support to
+ create declarative layouts that bind your application logic to layout elements. </li>
+ <li>Added support for a separate
+ <a href="{@docRoot}tools/studio/studio-features.html#test-module">test APK module</a>
+ to build test APKs in Android Studio. </li>
+ <li>Updated the <a href="{@docRoot}tools/help/avd-manager.html">AVD Manager</a> with HAXM
+ optimizations and improved notifications. </li>
+ <li>Added 64-bit ARM and MIPS emulator support for
+ <a class="external-link" href="http://wiki.qemu.org/Main_Page">QEMU</a> 2.1. </li>
+ <li>Simplified the resolution of <a href="{@docRoot}tools/help/lint.html">lint</a> warnings
+ by adding quick fixes, such as the automatic generation of
+ <a href="{@docRoot}reference/android/os/Parcelable.html">Parcelable</a>
+ implementation.</li>
+ <li>Added <a href="{@docRoot}sdk/installing/studio-tips.html#live-templates">live template</a>
+ support for quick insertion of code snippets. </li>
+ </ul>
+ </div>
+</div>
+
+
+
+
+<div class="toggle-content closed">
+ <p><a href="#" onclick="return toggleContent(this)">
+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>Android Studio v1.2.2</a> <em>(June 2015)</em>
</p>
<div class="toggle-content-toggleme">