
Build and run your app | Android Studio | Android Developers
Mar 10, 2025 · This overview focuses on how to use Android Studio to build and run your app for testing and debugging. For information on how to use Android Studio to build your app so that it can be released to users, see Build your app for release to users.
Run apps on a hardware device | Android Studio - Android …
Apr 16, 2025 · When you're set up and plugged in over USB, click Run in Android Studio to build and run your app on the device. You can also use adb to issue commands, as follows: Verify that your device is connected by running the adb devices command from …
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. For details on running and debugging your …
Test in Android Studio
Mar 14, 2024 · You can easily run a single test or a specific group of tests on one or more devices. The test results are shown directly inside Android Studio. Figure 1. Android Studio showing test results overview. This page is about how to manage tests in Android Studio. To learn how to write automated Android tests, see Test apps on Android.
Build your first app | Get started | Android Developers
Android Studio is the official IDE for Android app development, featuring Compose design tools, flexible build system, and Android Emulator.
Create and edit run/debug configurations | Android Studio
Apr 16, 2025 · Depending on the item, Android Studio uses an Android App, Android Instrumented Tests, or JUnit configuration template to create the configuration. In the Code Editor, you can easily create a test and run/debug configuration for a …
Create your first Android app
In this codelab, you create an Android app with the Empty Activity project template provided by Android Studio. To create a project in Android Studio: Double click the Android Studio icon to launch Android Studio.
Improve your code with lint checks | Android Studio - Android …
Apr 16, 2025 · A static code scanning tool that you can run on your Android project either from the command line or in Android Studio. The lint tool checks for structural code problems that could affect the quality and performance of your Android app.
Test your app | Android Studio | Android Developers
Apr 12, 2023 · Using Android Studio, you can point and click in the app source code to create and run tests for specific classes or methods, use menus to configure multiple test devices, and interact with the Test Matrix tool window to visualize test results.
Add C and C++ code to your project | Android Studio - Android …
Apr 16, 2025 · Add C and C++ code to your Android project by placing the code into a cpp directory in your project module. When you build your project, this code is compiled into a native library that Gradle can package with your app.