summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/sdk
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2014-12-15 10:46:18 -0800
committerRich Slogar <rslogar@google.com>2014-12-15 10:46:18 -0800
commitc819d3df8607b0331a1bd346e73feeebeb8e8f80 (patch)
tree9c20d714e96c26056e8a8f7151e3d20e00ab7dc1 /docs/html/tools/sdk
parent8e8f29e34266b49d02f236367be98d6885f2f8a6 (diff)
downloadframeworks_base-c819d3df8607b0331a1bd346e73feeebeb8e8f80.zip
frameworks_base-c819d3df8607b0331a1bd346e73feeebeb8e8f80.tar.gz
frameworks_base-c819d3df8607b0331a1bd346e73feeebeb8e8f80.tar.bz2
docs: studio revision 21 update
Change-Id: I61a6fa657aae08760a73816d5ad5536957a3be20
Diffstat (limited to 'docs/html/tools/sdk')
-rw-r--r--docs/html/tools/sdk/tools-notes.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd
index ed48887..11e3ec7 100644
--- a/docs/html/tools/sdk/tools-notes.jd
+++ b/docs/html/tools/sdk/tools-notes.jd
@@ -898,7 +898,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<li>Added a flag that sets <em>jumbo mode</em> for DEX files, which allows a larger
number of strings in the DEX files. Enable this mode by adding the following line to
the {@code project.properties} file of your project:
- <pre>set dex.force.jumbo=true</pre></li>
+ <pre>dex.force.jumbo=true</pre></li>
<li>Improved the build time by pre-dexing libraries (both JAR files and library
projects).</li>
<li>Updated the build to generate {@code R} resource classes for library projects