summaryrefslogtreecommitdiffstats
path: root/docs/html/training/basics/firstapp/index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/training/basics/firstapp/index.jd')
-rw-r--r--docs/html/training/basics/firstapp/index.jd18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/html/training/basics/firstapp/index.jd b/docs/html/training/basics/firstapp/index.jd
index ac8e64a..d5df0b7 100644
--- a/docs/html/training/basics/firstapp/index.jd
+++ b/docs/html/training/basics/firstapp/index.jd
@@ -15,9 +15,8 @@ helpoutsWidget=true
<h2>Dependencies and prerequisites</h2>
<ul>
- <li><a href="http://developer.android.com/sdk/index.html">Android SDK</a></li>
- <li><a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> 22.6.2 or higher
- (if you're using Eclipse)</li>
+ <li><a href="{@docRoot}sdk/index.html">Android SDK</a></li>
+ <li><a href="{@docRoot}sdk/installing/studio.html">Android Studio</a></li>
</ul>
</div>
@@ -29,16 +28,19 @@ helpoutsWidget=true
project and run a debuggable version of the app. You'll also learn some fundamentals of Android app
design, including how to build a simple user interface and handle user input.</p>
+<h2>Set Up Your Environment</h2>
+
<p>Before you start this class, be sure you have your development environment set up. You need
to:</p>
<ol>
- <li>Download the Android SDK.</li>
- <li>Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).</li>
- <li>Download the latest SDK tools and platforms using the SDK Manager.</li>
+ <li>Download the <a href="{@docRoot}sdk/index.html">Android SDK</a>.</li>
+ <li>Install <a href="{@docRoot}sdk/installing/studio.html">Android Studio</a>.</li>
+ <li>Download the latest SDK tools and platforms using the <a href="{@docRoot}tools/help/sdk-manager.html">
+ SDK Manager</a>.</li>
</ol>
-<p class="note"><strong>Note:</strong> Make sure you install the most recent versions of the ADT
-plugin and the Android SDK before you start this class. The procedures described in this class may
+<p class="note"><strong>Note:</strong> Make sure you install the most recent versions of Android
+Studio and the Android SDK before you start this class. The procedures described in this class may
not apply to earlier versions.</p>
<p>If you haven't already done these tasks, start by downloading the