From 448525e98eec86056f6fea82d7b3a41a52828217 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Wed, 16 Jul 2014 09:33:39 -0700 Subject: [PATCH] docs: Added note suggesting use of Android Studio over ADT Change-Id: Id921c06ea75c70e1ad4741c743f1d15958686b16 --- docs/html/sdk/index.jd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 68560fff59f95..edee3607cee6b 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -306,6 +306,9 @@ href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/ Android Studio is a new IDE powered by IntelliJ that provides new features and improvements over ADT. It's currently in beta but will be the official Android IDE once it's ready.

+

+ If you're a new Android developer, you should consider starting with Android Studio, because the + ADT plugin for Eclipse is no longer in active development.

Learn more about Android Studio