
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.
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.
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.
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 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 …
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 …
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.
Add C and C++ code to your project | Android Studio | Android …
Dec 4, 2025 · To import an existing ndk-build library into your Android Studio project, learn how to link Gradle to your native library project. This page shows you how to set up Android Studio with the …
Run apps on the Android Emulator | Android Studio | Android Developers
Sep 19, 2024 · The emulator comes with Android Studio, so you don't need to install it separately. To use the emulator, follow these basic steps, which are described in more detail in the sections that …