You are on page 1of 8

Software Applications for Mobile

Devices
Lab Journal 1

Name: Abdul Rauf


Enrollment No: 01-131182-003
Class: BSE-6A
Lab Instructor: Sir Waleed
Date Submitted: 30th April 2021

DEPARTMENT OF SOFTWARE ENGINEERING

BAHRIA UNIVERSITY
ISLAMABAD CAMPUS
Objective:

Introduction and installation of android studio and its necessities

Tools Used:

 Snipping Tool
 Android Studio

Evaluation: Signature of Lab Engineer:


Installing Java JDK:
• This is required to run the android java code:

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

2. Download the latest version of JDK.

3. Install it.

• Setting up the environment variable:

1. Necessary for setting up execution refer to the pdf file.

Outputs:
Installing Android Studio:
• Visit https://developer.android.com/studio

• Download the latest version of Android Studio.

• click the button Download Android Studio.

• Accept terms, and click Download.

• Run executable file of setup.

• Follow the setup wizard to install Android Studio and any necessary SDK tools.

• On some Windows systems, the launcher script does not find where Java is installed. If you
encounter this problem, you need to set an environment variable indicating the correct location.

• Select Start menu > Computer > System Properties > Advanced System Properties. Then open
Advanced tab > Environment Variables and add a new system variable JAVA_HOME that points
to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_45

Outputs:
Setting up Emulator

• Android Studio comes with an in built emulator to test your applications in the device can be
configured inside Android Studio for hardware specs and also Android versions.

• To access the tools visit the AVD Manager in Android Studio.

• Tools > Android > AVD Manager

Outputs:

Conclusion:
The given tasks were completed successfully.

You might also like