@@ -36,6 +36,107 @@ have installed, refer to the "Installed Packages" listing in the Android SDK Man
3636
3737
3838
39+
40+ <h2 id="4.1">Android 4.1</h2>
41+
42+
43+ <p class="caution"><strong>Important:</strong> To download the new Android
44+ 4.0.x system components from the Android SDK Manager, you must first update the
45+ SDK tools to revision 20 or later and restart the Android SDK Manager. If you do not,
46+ the Android 4.1 system components will not be available for download.</p>
47+
48+ <div class="toggle-content opened">
49+
50+ <p><a href="#" onclick="return toggleContent(this)">
51+ <img src="{@docRoot}assets/images/triangle-opened.png"
52+ class="toggle-content-img" alt="" />Revision 2</a> <em>(July 2012)</em>
53+ </p>
54+
55+ <div class="toggle-content-toggleme">
56+
57+ <p>Maintenance update. The system version is 4.1.1.</p>
58+ <dl>
59+ <dt>Dependencies:</dt>
60+ <dd>SDK Tools r20 or higher is required.</dd>
61+ </dl>
62+
63+ </div>
64+ </div>
65+
66+ <div class="toggle-content closed" >
67+
68+ <p><a href="#" onclick="return toggleContent(this)">
69+ <img src="{@docRoot}assets/images/triangle-closed.png"
70+ class="toggle-content-img" alt="" />Revision 1</a> <em>(June 2012)</em>
71+ </p>
72+
73+ <div class="toggle-content-toggleme">
74+
75+ <p>Initial release. The system version is 4.1.0.</p>
76+ <dl>
77+ <dt>Dependencies:</dt>
78+ <dd>SDK Tools r20 or higher is required.</dd>
79+ </dl>
80+
81+ </div>
82+ </div>
83+
84+ <h3>Emulator Skins</h3>
85+
86+ <p>The downloadable platform includes the following emulator skins:</p>
87+
88+ <ul>
89+ <li>
90+ QVGA (240x320, low density, small screen)
91+ </li>
92+ <li>
93+ WQVGA400 (240x400, low density, normal screen)
94+ </li>
95+ <li>
96+ WQVGA432 (240x432, low density, normal screen)
97+ </li>
98+ <li>
99+ HVGA (320x480, medium density, normal screen)
100+ </li>
101+ <li>
102+ WVGA800 (480x800, high density, normal screen)
103+ </li>
104+ <li>
105+ WVGA854 (480x854 high density, normal screen)
106+ </li>
107+ <li>
108+ WXGA720 (1280x720, extra-high density, normal screen)
109+ </li>
110+ <li>
111+ WSVGA (1024x600, medium density, large screen)
112+ </li>
113+ <li>
114+ WXGA800-7in (1280x800, high density, large screen) <span class="new">new</span>
115+ </li>
116+ <li>
117+ WXGA800 (1280x800, medium density, xlarge screen)
118+ </li>
119+ </ul>
120+
121+ <p>To test your application on an emulator that represents the <a
122+ href="http://play.google.com/nexus7">Nexus 7</a> tablet device, you can create an AVD with
123+ the new WXGA800-7in skin. For best performance, make sure to enable <a
124+ href="{@docRoot}tools/devices/emulator.html#accel-graphics">graphics acceleration</a> in the
125+ emulator configuration.</p>
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
39140<h2 id="4.0.3">Android 4.0.3</h2>
40141
41142
@@ -44,10 +145,10 @@ have installed, refer to the "Installed Packages" listing in the Android SDK Man
44145SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
45146the Android 4.0.x system components will not be available for download.</p>
46147
47- <div class="toggle-content opened ">
148+ <div class="toggle-content closed ">
48149
49150 <p><a href="#" onclick="return toggleContent(this)">
50- <img src="{@docRoot}assets/images/triangle-opened .png"
151+ <img src="{@docRoot}assets/images/triangle-closed .png"
51152class="toggle-content-img" alt="" />Revision 3</a> <em>(March 2012)</em>
52153 </p>
53154
@@ -135,15 +236,6 @@ class="toggle-content-img" alt="" />Revision 1</a> <em>(December 2011)</em>
135236 </li>
136237</ul>
137238
138- <p>To test your application on an emulator that represents the latest Android device, you can create
139- an AVD with the new WXGA720 skin (it's an xhdpi, normal screen device). Note that the emulator
140- currently doesn't support the new on-screen navigation bar for devices without hardware navigation
141- buttons, so when using this skin, you must use keyboard keys <em>Home</em> for the Home button,
142- <em>ESC</em> for the Back button, and <em>F2</em> or <em>Page-up</em> for the Menu button.</p>
143-
144- <p>However, due to performance issues in the emulator when running high-resolution screens such as
145- the one for the WXGA720 skin, we recommend that you primarily use the traditional WVGA800 skin
146- (hdpi, normal screen) to test your application.</p>
147239
148240
149241
0 commit comments