0% found this document useful (0 votes)
43 views2 pages

Android Application Development Installing Eclipse:-: Online Installation Adt

The document provides steps for installing Eclipse and the Android SDK for Android application development. It outlines downloading the Java JDK and JRE, extracting the Eclipse and Android SDK packages, and then installing the ADT plugin for Eclipse either online or offline. It also covers configuring the Android SDK path in Eclipse preferences, launching the AVD Manager to create a new virtual device for testing applications, and allocating RAM for the device.

Uploaded by

rocks_sultan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views2 pages

Android Application Development Installing Eclipse:-: Online Installation Adt

The document provides steps for installing Eclipse and the Android SDK for Android application development. It outlines downloading the Java JDK and JRE, extracting the Eclipse and Android SDK packages, and then installing the ADT plugin for Eclipse either online or offline. It also covers configuring the Android SDK path in Eclipse preferences, launching the AVD Manager to create a new virtual device for testing applications, and allocating RAM for the device.

Uploaded by

rocks_sultan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ANDROID APPLICATION DEVELOPMENT INSTALLING ECLIPSE:1. Install Java JDK and JRE. 2. Extract the Eclipse package. 3.

Extract the Android SDK package. ONLINE INSTALLATION ADT 4. Open Eclipse 4.1 Click on "Help" tab and select "Install New Software". 4.2 In the "work with" space write this site "https://dl-ssl.google.com/android/eclipse/" 4.3 Select all the Developer tools only and click next. 4.4 Wait for the downloading to finish and once its done agree to the agreement and let it install the software. 4.5 You need good internet connectivity for that. OFFLINE INSTALLATION ADT 4. Start Eclipse 4.1 Select Help > Install New Software. 4.2 Click Add, in the top-right corner. 4.3 In the Add Repository dialog, click Archive. 4.4 Select the ADT-20.0.3.zip file and click OK. 4.5 Enter "ADT Plugin" for the name and click OK. 4.6 In the Available Software dialog, select the checkbox next to Developer Tools and click Next. 4.7 In the next window, you'll see a list of the tools to be downloaded. Click Next. 4.8 Read and accept the license agreements, then click Finish. Note: - If you get a security warning saying that the authenticity or validity of the software can't be established, click OK. 4.9 When the installation completes, restart Eclipse.

5. Go to Windows->Preference 5.1 Select Android 5.2 Enter the path of the android-sdk. Click OK!

6. Go to the folder where you have extracted Android SDK package. 6.1 Click on AVD manager. 6.2 Click New to make a new virtual device. 6.3 Name the device. 6.4 Target- Android 4.1 - API Level 16. 6.5 Allocate memory size as per your preference. 6.6 Create AVD. (Don't touch anything else)

You might also like