diff options
author | Scott Main <smain@google.com> | 2013-05-06 16:38:42 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-05-06 16:38:42 -0700 |
commit | c89312091e291c3e0cdb3cb7df3f76250fce7d22 (patch) | |
tree | 92cf9b3bafe58919ef306554e0f92d3ba23edda9 /docs/html/tools/testing | |
parent | f7918b4a1e06350ba4d69fe47327db830cd4e8ba (diff) | |
download | frameworks_base-c89312091e291c3e0cdb3cb7df3f76250fce7d22.zip frameworks_base-c89312091e291c3e0cdb3cb7df3f76250fce7d22.tar.gz frameworks_base-c89312091e291c3e0cdb3cb7df3f76250fce7d22.tar.bz2 |
delete obsolete tips/references to cupcake
Change-Id: Ib1ddb19c42840aa830acd85a89e78c149e2f66e9
Diffstat (limited to 'docs/html/tools/testing')
-rw-r--r-- | docs/html/tools/testing/activity_test.jd | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/html/tools/testing/activity_test.jd b/docs/html/tools/testing/activity_test.jd index 096aea5..2d1a5bf 100644 --- a/docs/html/tools/testing/activity_test.jd +++ b/docs/html/tools/testing/activity_test.jd @@ -149,18 +149,6 @@ parent.link=index.html find instructions for setting up and running the test application in the <a href="#EditorCommandLine">appendix</a> of this document. </li> - <li> - Android 1.5 platform (API Level 3) or higher. You must have the Android 1.5 platform - (API Level 3) or higher installed in your SDK, because this tutorial uses APIs that - were introduced in that version. - <p> - If you are not sure which platforms are installed in your SDK, - open the Android SDK and AVD Manager and check in the - <strong>Installed Packages</strong> panel. - If aren't sure how to download a platform into your SDK, - read <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>. - </p> - </li> </ul> <h2 id="DownloadCode">Installing the Tutorial Sample Code</h2> <p> |