0% found this document useful (0 votes)
12 views8 pages

mad 1.1

Uploaded by

Sameer Ahuja
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)
12 views8 pages

mad 1.1

Uploaded by

Sameer Ahuja
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/ 8

DEPARTMENT OF

COMPUTER SCIENCE & ENGINEERING

Experiment-1.1

Student Name: Sameer Ahuja UID: 21BCS1791


Branch: CSE Section/Group: CC_NTPP_602-A
Semester: 6th Date of Performance: 15/01/2024
Subject Name: MAD Lab Subject Code:21CSH-355

1. Aim:
Installation and configuration of Android Studio.
2. Objective:
The objective of installing and configuring Android Studio is to set up a development
environment for creating Android applications. The process involves installing the necessary
tools and components, configuring the development environment, and preparing the IDE for
efficient Android app development.

3. Apparatus/Requirements:
Download the Android Studio installer from the official Android Studio website
(https://developer.android.com/studio). Choose the appropriate version for your operating
system.

4. Procedure: • System Requirements:


The required tools to develop Android applications are open source and can be downloaded
from the Web. Following is the list of software's you will need before you start your Android
application programming.
1. Java JDK5 or later version
2. Java Runtime Environment (JRE) 6 Android Studio • Setup Android
Studio:
Android Studio is the official IDE for android application development.It works based on
IntelliJ IDEA, You can download the latest version of android studio from
https://developer.android.com/studio.
DEPARTMENT OF

COMPUTER SCIENCE & ENGINEERING

• So let's launch Android Studio.exe,Make sure before launch Android Studio, Our Machine
should required installed Java JDK. To install Java JDK,take a references of Android
environment setup.
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

• Set the path where Android Studio would be installed and start the installation.

• Click on Install button to start installation.


DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

• At final stage, it would download and extract SDK packages into our local machine, it would take
a while time to finish the task and would take some of Hard disk space.

• After done all above steps perfectly, you must get finish button and it can be open android studio
project with Welcome to android studio message as shown below.
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING
• Create new Project.

• Select Empty Activity and click on Next button.

• Name the Project and click on finish.


DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING

Step 3 - Create Android Virtual Device

Observations/Outcome:
 Successful setup of your Android development environment.
 Project Workspace.
 Configuration Wizard Completion.
 SDK Components Downloaded.
 Android Studio IDE Launch.
 Tools Integration.
 SDK Manager Verification.
 Android Virtual Device (AVD) Setup (if performed).
 Code Editor Availability.
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING
 Build and Run Capability.
 Documentation and Help Resources.
 Updates Check.
 Error-Free Launch.

5. Learning Outcome:
By observing these outcomes, you can confirm a successful installation and configuration of
Android Studio, allowing you to start developing Android applications.

You might also like