0% found this document useful (0 votes)
11 views6 pages

DAA Practical No01

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

DAA Practical No01

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

Practical No :- 01

Object:- Install the Android Studio and Setup the Development Environment.
Android Studio:-
Android Studio is the official IDE (Integrated Development
Environment) for Android app development and it is based on JetBrains’ IntelliJ
IDEA software. Android Studio provides many excellent features that enhance productivity
when building Android apps.
In addition to the visual layout editor, Android Studio provides an XML layout editor for
designing app layouts using XML markup.
Android Studio uses Gradle as its build system. Gradle is a powerful build automation tool
that allows developers to define their app's build configuration.
Android Studio includes a built-in Android Emulator, which provides a simulated Android
environment for testing apps on different device configurations and Android versions.

INSTALLATION PROCESS:-
Step:- 01 First of all, Go to the official Android Studio website
(https://developer.android.com/) and download the latest version of Android Studio. Make
sure to download the version compatible with your operating system (Windows, macOS, or
Linux).
Step:- 02 The Launch After Downloading, The setup wizard has been launched. Please click
on the ‘Next’ button to proceed.

Fig No. 1.1


Step:-03 On the next screen, you will see options for creating an Android Virtual Device. This
option is checked by default and uncheck this box than you can proceed to the next step .

Fig No. 1.2

Step:- 04 During the installation process, you will be prompted to select the location where
you want the software to be installed. To choose a different location, simply click on the
browse button and specify the path you prefer.

Fig No. 1.3


Step:-05 Next, You get the option to create a shortcut for your Android Studio Application.
Once you click on the “install” button, the installation process will begin.

Fig No. 1.4

Step:- 06 The task is completed. Click on the “Next” button to proceed. Let us launch our
final installed Android Studio Jellyfish Application by checking the Start Android Studio
option and clicking the finish button.

Fig No. 1.5


SETUP PROCESS:-
Step:- 07 This will start the Android Studio. Meanwhile, it will be finding the available SDK
components.

Fig No. 1.6


Step:- 08 After it has found the SDK components, it will redirect to the Welcome dialog box.
Click on Next Button.

Fig No. 1.7

Step:- 09 Select the standard setup option if you want to install all the necessary feature or
custom if you wish to choose what to install. I will be selecting the custom option.
Step:- 10 Now it is time to download the SDK components. Click on next. Components begin
to download let it complete

Fig No. 1.8


Step:- 11 Finally download complete. You can start with a new project to play with the
Android Studio Bot.

Fig No. 1.9


Step:-12 Select Empty Activity to begin and click the next button. Choose a name for your
project. I will be using the default My Application project and hit the finish button.

Fig No. 1.10

You might also like