
Build and run your app | Android Studio | Android Developers
Mar 10, 2025 · Android Studio sets up new projects so that you can deploy your app to a virtual or a physical device with just a few clicks. This overview focuses on how to use Android Studio to build …
Build your first app | Get started | Android Developers
Learn to build apps that look great and work seamlessly across the diverse range of Android devices—from phones to tablets, foldables, ChromeOS devices, car displays, and even XR.
Download Android Studio & App Tools - Android Developers
Oct 6, 2025 · Configure Android Studio Learn to configure Android Studio according to system requirements, create preferred default settings, customize virtual machine options, and more.
Meet Android Studio
Dec 4, 2025 · Android Studio uses Gradle as the foundation of the build system, with more Android-specific capabilities provided by the Android Gradle plugin. This build system runs as an integrated …
Create your first Android app
May 1, 2025 · This codelab is part of the Android Basics with Compose course. To learn how to run your app on the emulator or a physical device, check out the next codelabs in this pathway.
Android Basics with Compose course | Android Developers
Learn programming basics and create your first Android app. Write simple Kotlin programs that display text output. Download and install Android Studio. Build an Android app with a simple user interface …
Create a project | Android Studio | Android Developers
Oct 21, 2025 · Android Studio makes it easy to create Android apps for various form factors, such as phones, tablets, TVs, and Wear devices. This page explains how to start a new Android app project …
Run apps on a hardware device | Android Studio | Android Developers
Dec 4, 2025 · Learn how to set up your development environment and Android device for testing and debugging over an Android Debug Bridge (ADB) connection.
Install Android Studio
Sep 18, 2025 · Minimum for Android Studio, and Android Studio with the Android Emulator. The minimum requirements listed allow you to get started with Android Studio and typically apply to the …
Build and run your app in Android Studio
Oct 16, 2024 · Android Studio doesn't do anything unique to build your application; it calls Gradle to perform the build the same way you'd call it from the command line. However, Studio runs a …