Computer Science, asked by linux94201, 2 months ago

In Android Studio, what is the folder in which the build file is used to build the Android application?
a) app folder
b) gradle folder
c) build folder
d) root folder

Answers

Answered by Anonymous
2

Answer:

Storage of the Android project. Android Studio stores the projects by default in the home folder of the user under AndroidStudioProjects. The main directory contains configuration files for Android Studio and the Gradle build files. The application relevant files are contained in the app folder.

Similar questions