
Build and run your app | Android Studio | Android Developers
Mar 10, 2025 · Learn how to quickly build and run your app on the Android emulator or a physical device.
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.
Run apps on the Android Emulator | Android Studio | Android Developers
Sep 19, 2024 · After you have created an AVD, you can start the Android Emulator and run an app in your project: In the toolbar, select the AVD that you want to run your app on from the target device …
Build and run your app in Android Studio
Oct 16, 2024 · Studio analyzes the build files to determine the project structure and index dependencies, allowing Studio to provide features such as code completion and launchers to run your application.
Create and edit run/debug configurations | Android Studio | Android ...
Dec 4, 2025 · When you run, debug, or test your code, Android Studio uses a run/debug configuration to determine how to perform the operation. Typically, the initially-created configuration is sufficient to …
Optimize your build speed | Android Studio | Android Developers
Jan 3, 2024 · When developing your app, deploy to a device running Android 7.0 (API level 24) or higher whenever possible. Newer versions of the Android platform implement better mechanics for pushing …
Run your first app on the Android Emulator
Jun 28, 2024 · 4. Conclusion Summary To create an AVD, open your project, click Tools > Device Manager, and use the Device Manager to select a hardware device and system image. To run your …
Build your app from the command line - Android Developers
Jul 15, 2024 · Find out how you can execute all the build tasks available to your Android project using the Gradle wrapper command line tool.
How to connect your Android device
account_circle Written by Google Developers Training team 1. Before you begin Prerequisites What you'll learn How to enable your Android device to run apps from Android Studio. How to connect and …
Launch the emulator without launching an app | Android Studio
Apr 12, 2023 · While the emulator is running, you can run Android Studio projects and choose the emulator as the target device. You can also install one or more APKs onto the emulator, as …