1 home=true 2 page.title=Welcome 3 @jd:body 4 5 <div id="mainBodyFluid"> 6 7 <h1>Welcome to the Android SDK!</h1> 8 9 <img src="{@docRoot}assets/images/home/sdk-large.png" style="float:right; margin:-2em 3em 3em;" /> 10 11 <h3>If you've downloaded the Android SDK for the first time...</h3> 12 13 <p>Follow the online guide to 14 <a href="{@docRoot}sdk/installing.html">Installing 15 the Android SDK</a>, which will help you setup your development environment 16 (including the Android Development Tools plugin for Eclipse) 17 so you can start developing Android apps.</p> 18 19 <p>Once your environment is setup, look at the 20 <a href="{@docRoot}sdk/installing.html#NextSteps">Next 21 Steps</a> for some suggestions on how to begin learning about Android.</p> 22 23 <h3>If you've just installed new SDK components using the <em>SDK and AVD Manager</em>...</h3> 24 25 <p>There's no additional setup.</p> 26 27 <p>Newly installed Android platforms are automatically saved in the 28 <code><em><sdk_dir>/</em>platforms/</code> directory of your existing SDK; 29 new add-ons are saved in the <code><em><sdk_dir>/</em>add-ons/</code> 30 directory; and new documentation is saved in the existing 31 <code><em><sdk_dir>/</em>docs/</code> directory (old docs are replaced).</p> 32 33 34 <hr style="margin:2em 0;" /> 35 36 <p>Note that you are currently viewing a local, offline version of the 37 Android developer documentation. The offline documentation offers almost all the same 38 content and features as the online documentation. Because some features 39 such as search and videos are network-based, not everything will work if you 40 are not connected to the Internet.</p> 41 42 <p>For the most current documentation and a fully-functional experience, please visit:</p> 43 <p style="margin-left:2em;"> 44 <a href="http://developer.android.com">http://developer.android.com</a></strong>. 45 </p> 46 47 48 49 </div> 50