Build and run your app in Android Studio
Stay organized with collections
Save and categorize content based on your preferences.
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). 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 application, see Run and debug your
app.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[],[]]