Methods to set up android app development environment

21
Methods to set up Android app development environment

description

The Goal of mobilepundits in this slide is to give an information that how to set up Android app development environment to build a successful Android application. The intended audience for this information is beginner level developer with basic knowledge of Android app development environment.

Transcript of Methods to set up android app development environment

Page 1: Methods to set up android app development environment

Methods to set up Android app development environment

Page 2: Methods to set up android app development environment

The goal of this guide is to give the information to

beginners that how to set up Android development

environment for creating successful applications. This

guide also gives a proper source to installation of

Android SDK and initial set up for allowing Android OS

emulation. Readers of this guide grab the proper

information of Android IDE.

Our Goal

Page 3: Methods to set up android app development environment
Page 4: Methods to set up android app development environment

Method

Download an IDE

Install eclipse

Download and install java runtime environment (JRE)

Download and install java development kit

Page 5: Methods to set up android app development environment

Source: http://www.eclipse.org/downloads/packages/release/indigo/r

Developers can use eclipse according to the requirement of operating system

Page 6: Methods to set up android app development environment

An integrated development environment is a software application that offers various

features to the programmers. An IDE consist of source code editor, build automation

tool and debugger developers use this environment for making successful

applications. Many developers download IDE such as Net beans and Eclipse.

Download Integrated Development Environment

Page 7: Methods to set up android app development environment

Source: http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html

Download and install java runtime environment (JRE)

Page 8: Methods to set up android app development environment

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

Download and install the Java Development Kit

Page 9: Methods to set up android app development environment

Install SDK

Download and install Android development plug-in for eclipse

Configure ADT

Configure an AVD

Congrats you have now set up the Android app development environment

Page 10: Methods to set up android app development environment

Install SDK Android SDK provide various modular packages that you can download separately using Android SDK manager.

The starter package include of software development kit and AVD manager. Developers use this tool for download according to the required features and component of Android app development environment.

Many Android developers download starter package which contains new and updated version of SDK for developing user friendly and avoiding complicated functions in apps.

Find and execute the SDK manager from .exe file

Click latest Android version and install packages

Page 11: Methods to set up android app development environment
Page 12: Methods to set up android app development environment
Page 13: Methods to set up android app development environment
Page 14: Methods to set up android app development environment

Download & Install ADT

Open eclipse

Select help

Click Add

In pop up window write ADT plug-in in the name field &

enter the following url:https://dlssl.google.com/android/eclipse

/

Click OK

Page 15: Methods to set up android app development environment
Page 16: Methods to set up android app development environment
Page 17: Methods to set up android app development environment

Configure ADT

Select windows preferences

Select Android

In Android location choose browse and choose directory where you want to

place the Android SDK

Click OK you have now configured ADT

Page 18: Methods to set up android app development environment
Page 19: Methods to set up android app development environment

Configure an AVD

Next set up an AVD, so that you can emulate your tablet or Android

phones with your computer hardware. This will allow you to test your

Android program without any requirement of Android devices.

Page 20: Methods to set up android app development environment

Congratulations you have now set up Android app development environment for successful Android app development