summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/building/building-cmdline.jd
diff options
context:
space:
mode:
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>