Misc. updates for 1.6 release notes and requirements docs.

Change-Id: I9bd06df80ba48f2980604e4b5d70473f009655f9
This commit is contained in:
Dirk Dougherty
2009-09-15 17:00:40 -07:00
parent 4be629f254
commit 3dc0f94cd4
8 changed files with 57 additions and 10 deletions

View File

@@ -14,7 +14,13 @@ developing Android applications using the Android SDK tools included in Android
<ul>
<li>Windows XP or Vista</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)
<ul>
<li>64-bit distributions must be capable of running 32-bit applications.
For information about how to add support for 32-bit applications, see
the <a href="installing.html#installnotes">Installation Notes</a>.</li>
</ul>
</li>
</ul>
<h4>Supported Development Environments:</h4>

View File

@@ -13,7 +13,13 @@ sdk.version=1.0_r2
<ul>
<li>Windows XP or Vista</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)
<ul>
<li>64-bit distributions must be capable of running 32-bit applications.
For information about how to add support for 32-bit applications, see
the <a href="installing.html#installnotes">Installation Notes</a>.</li>
</ul>
</li>
</ul>
<h4>Supported Development Environments:</h4>

View File

@@ -11,7 +11,13 @@ sdk.date=February 2009
<ul>
<li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)
<ul>
<li>64-bit distributions must be capable of running 32-bit applications.
For information about how to add support for 32-bit applications, see
the <a href="installing.html#installnotes">Installation Notes</a>.</li>
</ul>
</li>
</ul>
<h3>Supported Development Environments</h3>

View File

@@ -7,7 +7,13 @@ page.title=System Requirements
<ul>
<li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)
<ul>
<li>64-bit distributions must be capable of running 32-bit applications.
For information about how to add support for 32-bit applications, see
the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
</ul>
</li>
</ul>
<h3>Supported Development Environments</h3>

View File

@@ -7,7 +7,13 @@ page.title=System Requirements
<ul>
<li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)
<ul>
<li>64-bit distributions must be capable of running 32-bit applications.
For information about how to add support for 32-bit applications, see
the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
</ul>
</li>
</ul>
<h3>Supported Development Environments</h3>

View File

@@ -10,7 +10,13 @@ page.title=System Requirements
<ul>
<li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)</li>
<li>Linux (tested on Linux Ubuntu Dapper Drake)
<ul>
<li>64-bit distributions must be capable of running 32-bit applications.
For information about how to add support for 32-bit applications, see
the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
</ul>
</li>
</ul>
<h3>Supported Development Environments</h3>

View File

@@ -11,7 +11,13 @@ Android applications using the Android SDK tools included in Android
<ul>
<li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
<li>Linux (tested on Linux Ubuntu Hardy Heron)</li>
<li>Linux (tested on Linux Ubuntu Hardy Heron)
<ul>
<li>64-bit distributions must be capable of running 32-bit applications.
For information about how to add support for 32-bit applications, see
the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
</ul>
</li>
</ul>
<h3>Supported Development Environments</h3>

View File

@@ -24,6 +24,11 @@ your <a href="{@docRoot}guide/developing/tools/avd.html">Android Virtual
Devices</a> and download new SDK packages (such as platform versions and
add-ons) into your environment.</li>
<li>Improved support for test packages in New Project Wizard</li>
<li>The reference documentation now offers a "Filter by API Level"
capability that lets you display only the parts of the API that are actually
available to your application, based on the <code>android:minSdkVersion</code>
value the application declares in its manifest. For more information, see
<a href="{@docRoot}guide/appendix/api-levels.html">Android API Levels</a></li>
</ul>
<p>For details about the Android platforms included in the SDK &mdash; including
@@ -71,8 +76,8 @@ Your Eclipse Plugin</a>. </p>
<h3>Android SDK and AVD Manager</h3>
<p>The SDK offers a new tool called Android AVD Manager that lets you manage
your SDK and AVD environments more efficiently. </p>
<p>The SDK offers a new tool called Android SDK and AVD Manager that lets you
manage your SDK and AVD environments more efficiently. </p>
<p>Using the tool, you can quickly check what Android platforms, add-ons,
extras, and documentation packages are available in your SDK environment, what
@@ -181,7 +186,7 @@ skins, including: </p>
<p>Besides these defaults, You can also create an AVD that overrides the default
density for each skin, to create any combination of resolution/density (WVGA
with medium density, for instance). To do so, use the <code>android</code> tool
command line to create a new AVD that uses a custom hardare configuration. See
command line to create a new AVD that uses a custom hardware configuration. See
<a href="{@docRoot}guide/developing/tools/avd.html#createavd">Creating an
AVD</a> for more information.</p>