Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I configure the ADT plugin in the eclipse

On the developer website there are these instructions:

Configure the ADT Plugin Once Eclipse restarts, you must specify the location of your Android SDK directory:

  1. In the "Welcome to Android Development" window that appears, select Use existing SDKs.
  2. Browse and select the location of the Android SDK directory you recently downloaded and unpacked.
  3. Click Next.

Your Eclipse IDE is now set up to develop Android apps, but you need to add the latest SDK platform tools and an Android platform to your environment. To get these packages for your SDK, continue to Adding Platforms and Packages.

My problem is that I can't do what is written in number 1 because I don't have that option on the welcome to android... by that option I mean that I don't have the option to select "use existing SDKs"

like image 790
user2394965 Avatar asked May 18 '13 09:05

user2394965


1 Answers

Install ADT Plugin -> Restart eclipse. After restarting the Eclipse if "Welcome to Android Development" window doesn't appear follow the steps below:

  1. Go to Window -> Preferences
  2. Select "Android" at the left
  3. Browse the SDK Location
  4. Click Apply/OK button at the bottom-right corner

Configure the ADT in Eclipse for Android development

like image 187
Ripon Al Wasim Avatar answered Oct 06 '22 23:10

Ripon Al Wasim