am f420b800: am 47f56dbf: am d56e4eca: am ed2a05bc: Merge "Doc change: minor fixes to support lib lesson." into jb-mr1-dev
* commit 'f420b800b8813aee636f955012da6fb87e631827': Doc change: minor fixes to support lib lesson.
This commit is contained in:
@@ -12,7 +12,7 @@ next.link=creating.html
|
|||||||
<div id="tb">
|
<div id="tb">
|
||||||
<h2>This lesson teaches you to</h2>
|
<h2>This lesson teaches you to</h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#Setup">Set Up Your Project With the Support Library</a></li>
|
<li><a href="#Setup">Set Up Your Project with the Support Library</a></li>
|
||||||
<li><a href="#Apis">Import the Support Library APIs</a></li>
|
<li><a href="#Apis">Import the Support Library APIs</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
<h2>You should also read</h2>
|
<h2>You should also read</h2>
|
||||||
@@ -23,7 +23,7 @@ next.link=creating.html
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>The Android <a href="{@docRoot}tools/extras/support-library.html">Support Library</a> provides a JAR
|
<p>The Android <a href="{@docRoot}tools/extras/support-library.html">Support Library</a> provides a JAR
|
||||||
file with an API library that allow you to use some of the more recent Android APIs in your app
|
file with an API library that allows you to use some of the more recent Android APIs in your app
|
||||||
while running on earlier versions of Android. For instance, the Support Library provides a version
|
while running on earlier versions of Android. For instance, the Support Library provides a version
|
||||||
of the {@link android.app.Fragment} APIs that you can use on Android 1.6 (API level 4) and
|
of the {@link android.app.Fragment} APIs that you can use on Android 1.6 (API level 4) and
|
||||||
higher.</p>
|
higher.</p>
|
||||||
@@ -32,7 +32,7 @@ higher.</p>
|
|||||||
to build a dynamic app UI.</p>
|
to build a dynamic app UI.</p>
|
||||||
|
|
||||||
|
|
||||||
<h2 id="Setup">Set Up Your Project With the Support Library</h2>
|
<h2 id="Setup">Set Up Your Project with the Support Library</h2>
|
||||||
|
|
||||||
<div class="figure" style="width:527px">
|
<div class="figure" style="width:527px">
|
||||||
<img src="{@docRoot}images/training/basics/sdk-manager.png" alt="" />
|
<img src="{@docRoot}images/training/basics/sdk-manager.png" alt="" />
|
||||||
@@ -43,7 +43,7 @@ Android Support package selected.</p>
|
|||||||
<p>To set up your project:</p>
|
<p>To set up your project:</p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Downlad the Android Support package using the SDK Manager</li>
|
<li>Download the Android Support package using the SDK Manager.</li>
|
||||||
|
|
||||||
<li>Create a <code>libs</code> directory at the top level of your Android project.</li>
|
<li>Create a <code>libs</code> directory at the top level of your Android project.</li>
|
||||||
<li>Locate the JAR file for the library you want to use and copy it into the <code>libs/</code>
|
<li>Locate the JAR file for the library you want to use and copy it into the <code>libs/</code>
|
||||||
|
|||||||
Reference in New Issue
Block a user