Global web icon
android.com
https://developer.android.com/studio/run
Build and run your app | Android Studio | Android Developers
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.
Global web icon
android.com
https://developer.android.com/build/building-studi…
Build and run your app in Android Studio
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 synchronization process when you open your project (or explicitly ask to synchronize).
Global web icon
android.com
https://developer.android.com/studio/run/device
Run apps on a hardware device | Android Studio | Android Developers
Learn how to set up your development environment and Android device for testing and debugging over an Android Debug Bridge (ADB) connection.
Global web icon
android.com
https://developer.android.com/studio/run/emulator
Run apps on the Android Emulator | Android Studio | Android Developers
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 follow:
Global web icon
android.com
https://developer.android.com/studio/run/rundebugc…
Create and edit run/debug configurations | Android Studio | Android ...
When you first create a project, Android Studio creates a run/debug configuration for the main activity based on the Android App template. To run or debug your project, you must always have at least one run/debug configuration defined.
Global web icon
android.com
https://developer.android.com/studio/test/test-in-…
Test in Android Studio
By default, your tests run using Android Studio’s default run configuration. If you need to change some run settings such as the instrumentation runner and deployment options, you can edit the run configuration in the Run/Debug Configurations dialog (click Run > Edit Configurations).
Global web icon
android.com
https://developer.android.com/build/optimize-your-…
Optimize your build speed | Android Studio | Android Developers
Optimize your build configuration by taking a few steps that immediately benefit most Android Studio projects. Profile your build to identify and diagnose some of the trickier bottlenecks that may be specific to your project or workstation.
Global web icon
android.com
https://developer.android.com/codelabs/basic-andro…
Download and install Android Studio
What you'll learn How to check that your computer configuration meets the minimum requirements for running Android Studio. How to download and install the Android Studio. What you'll need 2. Windows: Verify system requirements Android Studio system requirements Check system requirements (Windows 10) Verify storage Check system requirements ...
Global web icon
android.com
https://developer.android.com/studio/preview/andro…
Android Studio Cloud
Get your code into Android Studio Cloud from a version control system using Get from VCS from the welcome dialog. For more information about importing projects from Git, see Set up a Git repository in the IntelliJ documentation.
Global web icon
android.com
https://developer.android.com/build/building-cmdli…
Build your app from the command line - Android Developers
Find out how you can execute all the build tasks available to your Android project using the Gradle wrapper command line tool.