How to Build Android Apps with Android Studio

In this article, I’ll walk you through how to build your first Android app based on the official Android Developers documentation.

This guide follows the tutorial below:

https://developer.android.com/codelabs/basic-android-kotlin-compose-first-app?hl=en

Before you begun to develop your Android App

First, Install Android Studio on your computer before you begun to develop your Android App.

Install Android Studio on your computer if you haven’t done so already.  […] If you need more detailed instructions on the setup process, refer to the Download and install Android Studio codelab.

To install Android Studio, Access to the link below:

https://developer.android.com/studio?hl=en

Click “Download Android Studio” Button to download Android Studio.

After the Windows has been displayed, check the box and click download button.

Install Android Studio from Installer you downloaded.

After Install Android Studio, Start Android Studio.

Setup Android Studio.

After finished to setup, create a project on android studio.

Create a project on Android Studio

After setup Android Studio, create a project on android studio.

https://developer.android.com/codelabs/basic-android-kotlin-compose-first-app?hl=en#1

Click “New Project”.

Find Project Files on Project

Edit Project Files on Project

Add Text

Edit Background

Build developed App