diff options
author | Scott Main <smain@google.com> | 2013-05-08 13:04:26 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-08 13:04:26 -0700 |
commit | a086a70ecb6ca47831a6f5a60fb5d11df131d6bf (patch) | |
tree | b80454fcfad0f06c5af13e7bbc1d798aab5a23f5 /docs/html/tools | |
parent | 0974061e941f3aa8c3c5c71ca996be5f93a6a865 (diff) | |
parent | 3f4d1bbddba1034af342a95b35a223615ad8bbbd (diff) | |
download | frameworks_base-a086a70ecb6ca47831a6f5a60fb5d11df131d6bf.zip frameworks_base-a086a70ecb6ca47831a6f5a60fb5d11df131d6bf.tar.gz frameworks_base-a086a70ecb6ca47831a6f5a60fb5d11df131d6bf.tar.bz2 |
am 3f4d1bbd: am 52a37bf8: am 1d21aeca: am 148ce232: Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs
* commit '3f4d1bbddba1034af342a95b35a223615ad8bbbd':
delete obsolete tips/references to cupcake
Diffstat (limited to 'docs/html/tools')
-rw-r--r-- | docs/html/tools/building/building-cmdline.jd | 4 | ||||
-rw-r--r-- | docs/html/tools/building/building-eclipse.jd | 4 | ||||
-rw-r--r-- | docs/html/tools/debugging/ddms.jd | 1 | ||||
-rw-r--r-- | docs/html/tools/debugging/debugging-tracing.jd | 1 | ||||
-rw-r--r-- | docs/html/tools/testing/activity_test.jd | 12 |
5 files changed, 4 insertions, 18 deletions
diff --git a/docs/html/tools/building/building-cmdline.jd b/docs/html/tools/building/building-cmdline.jd index e0d0d3f..b65fc78 100644 --- a/docs/html/tools/building/building-cmdline.jd +++ b/docs/html/tools/building/building-cmdline.jd @@ -244,8 +244,8 @@ adb -s emulator-5554 install <em>path/to/your/app</em>.apk <p>Be certain to create multiple AVDs upon which to test your application. You should have one AVD for each platform and screen type with which your application is compatible. For instance, if - your application compiles against the Android 1.5 (API Level 3) platform, you should create an - AVD for each platform equal to and greater than 1.5 and an AVD for each <a href= + your application compiles against the Android 4.0 (API Level 14) platform, you should create an + AVD for each platform equal to and greater than 4.0 and an AVD for each <a href= "{@docRoot}guide/practices/screens_support.html">screen type</a> you support, then test your application on each one.</p> diff --git a/docs/html/tools/building/building-eclipse.jd b/docs/html/tools/building/building-eclipse.jd index 304aa7e..7a4367a 100644 --- a/docs/html/tools/building/building-eclipse.jd +++ b/docs/html/tools/building/building-eclipse.jd @@ -69,8 +69,8 @@ parent.link=index.html <p>Be certain to create multiple AVDs upon which to test your application. You should have one AVD for each platform and screen type with which your application is compatible. For instance, if - your application compiles against the Android 1.5 (API Level 3) platform, you should create an - AVD for each platform equal to and greater than 1.5 and an AVD for each <a href= + your application compiles against the Android 4.0 (API Level 14) platform, you should create an + AVD for each platform equal to and greater than 4.0 and an AVD for each <a href= "{@docRoot}guide/practices/screens_support.html">screen type</a> you support, then test your application on each one.</p> diff --git a/docs/html/tools/debugging/ddms.jd b/docs/html/tools/debugging/ddms.jd index f641aad..d2fb47a 100644 --- a/docs/html/tools/debugging/ddms.jd +++ b/docs/html/tools/debugging/ddms.jd @@ -192,7 +192,6 @@ parent.link=index.html <p>Before you start method profiling in DDMS, be aware of the following restrictions:</p> <ul> - <li>Android 1.5 devices are not supported.</li> <li>Android 2.1 and earlier devices must have an SD card present and your application must have permission to write to the SD card. <li>Android 2.2 and later devices do not need an SD card. The trace log files are diff --git a/docs/html/tools/debugging/debugging-tracing.jd b/docs/html/tools/debugging/debugging-tracing.jd index 7d750cf..8653da6 100644 --- a/docs/html/tools/debugging/debugging-tracing.jd +++ b/docs/html/tools/debugging/debugging-tracing.jd @@ -107,7 +107,6 @@ parent.link=index.html <ul> <li>If you are using the {@link android.os.Debug} class, your device or emulator must have an SD card and your application must have permission to write to the SD card. </li> - <li>If you are using DDMS, Android 1.5 devices are not supported.</li> <li>If you are using DDMS, Android 2.1 and earlier devices must have an SD card present and your application must have permission to write to the SD card. <li>If you are using DDMS, Android 2.2 and later devices do not need an SD card. The trace log files are 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> |