Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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