Loading practice questions
What is Gradle primarily used for in Android development?
Correct Answer: A — Project Dependency Management
Explanation:
Gradle is the build system for Android Studio. It automates tasks like compiling code, managing dependencies, packaging resources, and creating APKs to ensure the project's build process is efficient and maintainable.