0% found this document useful (0 votes)
24 views

SDK From: Android Setup in Eclipse

1. Download the Android SDK and install the latest components and tools. 2. Open Eclipse, install the ADT plugins, and configure the SDK location. 3. Use the AVD Manager to configure and create an emulator device.

Uploaded by

gokulra
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

SDK From: Android Setup in Eclipse

1. Download the Android SDK and install the latest components and tools. 2. Open Eclipse, install the ADT plugins, and configure the SDK location. 3. Use the AVD Manager to configure and create an emulator device.

Uploaded by

gokulra
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Android Setup in Eclipse

1. Download SDK from http://developer.android.com/sdk/index.html

2. Download SDK and install it as shown below

3. From the following screen choose the highlighted component or higher


version components. As my SDK version is low I see Android 4.2, but if you
download latest SDK from step 1, you should see Android 6+ version or
latest. Choose latest and Tools folder and click in install packages

4. Click on Accept All and install

5. Now it will install selected SDK from server and it can be monitored in
below progress bar

6. Once everything is loaded, we will see Done loading packages message.


This window can be closed after this

7. Open Eclipse now and select the Workspace

8. Click in Install new software as shown below

9. Use URL http://dl-ssl.google.com/android/eclipse/ and press enter, from


result select Developer Tools and click next

10.Accept License agreement and click Finish

11.System will install the ADT Plugins

12.After installing Eclipse will prompt for Restart, Click Yes

13.Open Eclipse again and choose Preference as shown below

14.Select Android as in left panel and in centre panel un SDK Location, give
the path where SDK is stored and click on Apply button and Ok

Emulator Setup
1. Open SDK Folder and click in AVD manager

2. In the following Screen, click on new

3. Configure a device from Available options and click Ok

4. Once the device is configured, we will see it in AVD

Creating First Project

You might also like