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

Android Setup New

The document provides steps to set up an Android development environment, including downloading the Java Development Kit (JDK), configuring environment variables to include the JDK path, downloading Android SDK tools, setting up an Android Virtual Device, and creating a new Android project in Eclipse to run on the emulator.

Uploaded by

Prabesh Kc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Android Setup New

The document provides steps to set up an Android development environment, including downloading the Java Development Kit (JDK), configuring environment variables to include the JDK path, downloading Android SDK tools, setting up an Android Virtual Device, and creating a new Android project in Eclipse to run on the emulator.

Uploaded by

Prabesh Kc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Documentation for Android setup

Documentation for Android setup


 Download jdk latest version from
 http://www.oracle.com/technetwork/java/javase/downloads/jdk7-
downloads-1880260.html
 Install jdk in your system
 Setup the environment variable for jdk.
 Open properties of My Computer

 Go to Advanced system settings


Documentation for Android setup

 Go to System Properties => Advanced


 Open “Environment Variables”

 Click “new” in “Environment Variables”


Documentation for Android setup

 Give the “Variable Name:” “path”

 In “Variable Value: ” give the above address from your system

 Now click “Ok” on Environment Variables


 And Click “Ok” on System Properties

 Download adt-bundle .zip file from the below link


 http://developer.android.com/sdk/index.html
 Select your operating system bit and start download
 Extract the zip file and place the file in appropriate folder or drive
 Open adt-bundle-windows ->eclipse->eclipse.exe
Documentation for Android setup

 Select workspace for eclipse

 Now your eclipse is opened


 Go to Window=>Android Virtual Device Manager
Documentation for Android setup

 Now you will get the window

 Now you will get the next window


 Give the AVD Name:, select Device and Click Ok button as in below
screenshot
Documentation for Android setup
Documentation for Android setup

 Now you will get the next window

 Now select your device and click on “Start”



Documentation for Android setup

 You will get the “Lunch Option” window and click on “Lunch” button and
enjoy the Android Virtual Device Service in Virtual Android Device.
Documentation for Android setup

 Now define new project in eclipse as in below screenshot and click on next

 Give the name of project as shown by arrow in the screenshot and click on
Next button
Documentation for Android setup
Documentation for Android setup
Documentation for Android setup

Now you will get the screen like this


Documentation for Android setup

Now run the project (right click the project and go to “Run As=>Android
Application”)
Documentation for Android setup

Now you can see on your emulator

You might also like