


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
