summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/building/building-cmdline.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-05-08 12:59:29 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-08 12:59:29 -0700
commit52a37bf8ab96c8ef897c4c35e33b4bbe6513de9f (patch)
treeaabde02057f016990d4350a9a787c990a0bbae73 /docs/html/tools/building/building-cmdline.jd
parent42fb3abd4b7463626983c1a2768788c901f2e71a (diff)
parent1d21aeca286cb3993ed758fd111a7d945687ed96 (diff)
downloadframeworks_base-52a37bf8ab96c8ef897c4c35e33b4bbe6513de9f.zip
frameworks_base-52a37bf8ab96c8ef897c4c35e33b4bbe6513de9f.tar.gz
frameworks_base-52a37bf8ab96c8ef897c4c35e33b4bbe6513de9f.tar.bz2
am 1d21aeca: am 148ce232: Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs
* commit '1d21aeca286cb3993ed758fd111a7d945687ed96': delete obsolete tips/references to cupcake
Diffstat (limited to 'docs/html/tools/building/building-cmdline.jd')
-rw-r--r--docs/html/tools/building/building-cmdline.jd4
1 files changed, 2 insertions, 2 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>