


The build process will take a while to finish.Click the build icon aside of the AVD section, as mentioned in the below screenshot.Once changes for your android app are in place, it is the time to rebuild your app using Gradle. Gradle specifies information such as package name(applicationId), version name, minimum and target SDK, version code, and many more of an android app.Whenever you want to test the modified application either in AVD or an externally connected device, Gradle rebuilds the whole package and installs the app with just one click.The outcome of the build process is a fine signed android app in apk format ready for either release or debug. Gradle manages the android application packaging phase.Gradle is a build tool that simplifies the whole build process and manages the dependencies of the android project.In this part, you will explore the developers, debug tools, and more about the build process provided by the IDE.

In the last part, Android Studio in Windows 10 part 2, you were able to design and develop your very first android application in Android Studio IDE. Read This First: Explore IDE, Code Editor With Android Studio On Windows OS
