Home » Firebase Android Studio

Firebase Android Studio

by Online Tutorials Library

Android Studio

Android Studio is an IDE used for developing android apps, which is officially supported by Google. It is based on IntelliJ IDEA that offers a powerful code editor and developer tools. It is an integrated development environment for Google’s Android platform.

Android Studio uses a Gradle-based build system, emulator, code templates, and Github integration for supporting application development within the android operating system. Every project in Android Studio has one or more than one modalities with source code and resource files. These modalities include Library modules, Android app modules, and Google App Engine modules.

Download Android Studio

Android Studio is available for Windows, Mac OS X, and Linux platforms. We will download the Android Studio from the Android Studio homepage. Here, we will also find the traditional SDKs with Android Studio’s command-line tools.

Firebase Android Studio

Let’s see what the requirements for installing the Android Studio are:

Windows requirements

  • It is required that there should be Microsoft Windows 7/8/10 either 32 or 64 bit available in your system.
  • There should be 3 GB Ram minimum, and 8 GB Ram recommended.
  • There should be 2 GB of available disk space minimum, and 4 GB recommended.
  • There should be 1200 * 800 minimum screen resolutions.

Installing Android Studio on Windows 10(64-bit)

Now, we will start installing Android Studio by launching the downloaded .exe file. When we launch this .exe file, it presents the Android Studio Setup dialog box.

Firebase Android Studio

When we click on Next, it shows a new panel which provides the option to decline and to install an Android Virtual Device.

Firebase Android Studio

When we click on Next, we will jump to the Configuration Settings panel in which we set the location for installing Android Studio.

Firebase Android Studio

Clicking on Next, we will see the Choose Start Menu Folder.

Firebase Android Studio

When we click on Install, then installing will start.

Firebase Android Studio
Firebase Android Studio
Firebase Android Studio

Starting a new project

We create a new project by clicking on Start a new Android Studio project from Welcome to Android Studio dialog box.

Firebase Android Studio
Firebase Android Studio
Firebase Android Studio
Firebase Android Studio


You may also like