steps to install android

2
Steps to install SDK By: Prajyot Mainkar : Twitter : prajyotm / Facebook:prajyotmainkar Step 1 JDK Install (if not available) http://www.oracle.com/technetwork/java/javase/ downloads/index.html Step 2 Install Eclipse Classic http://www.eclipse.org/downloads/ Step 3 SDK Starter Pacakge http://developer.android.com/sdk/index.html Step 4 ADT Plugin for Eclipse Start Eclipse, then select Help > Install New Software... Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl- ssl.google.com/android/eclipse/ Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons). Click OK. In the Available Software dialog, select the checkbox next to Developer Tools and click Next. In the next window, you'll see a list of the tools to be downloaded. Click Next. Read and accept the license agreements, then click Finish. When the installation completes, restart Eclipse. Step 5 Configuring ADT Select Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences). Select Android from the left panel. For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory. Click Apply, and then OK. If you are behind a firewall (such as a corporate firewall), make sure that you have properly configured your proxy settings in Eclipse. In Eclipse, you can configure proxy information from the main Eclipse menu in Window (on Mac OS X, Eclipse) > Preferences > General > Network

Upload: prajyot-mainkar

Post on 06-Aug-2015

680 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Steps to install android

Steps to install SDK

By: Prajyot Mainkar : Twitter : prajyotm / Facebook:prajyotmainkar

Step 1 JDK Install (if not available)

http://www.oracle.com/technetwork/java/javase/downloads/index.html

Step 2 Install Eclipse Classic http://www.eclipse.org/downloads/

Step 3 SDK Starter Pacakge http://developer.android.com/sdk/index.html

Step 4 ADT Plugin for Eclipse Start Eclipse, then select Help > Install New Software...

Click Add, in the top-right corner.

In the Add Repository dialog that appears, enter

"ADT Plugin" for the Name and the following URL for the Location:

https://dl-ssl.google.com/android/eclipse/

Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons). Click OK.

In the Available Software dialog, select the checkbox next to Developer Tools and click Next.

In the next window, you'll see a list of the tools to be downloaded. Click Next.

Read and accept the license agreements, then

click Finish.

When the installation completes, restart Eclipse.

Step 5 Configuring ADT Select Window > Preferences... to open the

Preferences panel (Mac OS

X: Eclipse > Preferences).

Select Android from the left panel.

For the SDK Location in the main panel,

click Browse... and locate your downloaded SDK

directory.

Click Apply, and then OK.

If you are behind a firewall (such as a corporate

firewall), make sure that you have properly

configured your proxy settings in Eclipse. In

Eclipse, you can configure proxy information

from the main Eclipse menu in Window (on Mac

OS X, Eclipse)

> Preferences > General > Network

Page 2: Steps to install android

Connections.

Step 6 Setting up SDK using Android SDK and AVD

Manager

If you used the Windows installer, when you

complete the installation wizard, it will launch

the Android SDK and AVD Manager with a

default set of platforms and other components

selected for you to install. Simply

click Install to accept the recommended set of

components and install them.

You can launch the Android SDK and AVD

Manager in one of the following ways:

From within Eclipse, select Window > Android

SDK and AVD Manager.

On Windows, double-click the SDK

Manager.exe file at the root of the Android

SDK directory.

On Mac or Linux, open a terminal and navigate

to the tools/ directory in the Android SDK,

then execute:

Android

To download components, use the graphical UI

of the Android SDK and AVD Manager.

Optionally, you might want to add the location

of the SDK's tools/ and platform-tools to

your PATH environment variable, to provide

easy access to the tools.