(AS) is the IDE, the software we use to write code, refactor and perform many other daily operations • Gradle is the build system, it’s independent from Android, it can be used for Java-only project and many other builds. • Android Gradle Plugin (AGP) is a custom plugin for Gradle, it provides tasks and configurable settings for your Android build. You could use Android Studio 3.2 with AGP 3.1.4 and Gradle 4.10.2 in your build, that’s fine.