What is the name of the folder that contains the R.java file?
What is the name of the folder that contains the R.java file?
The R.java file in an Android project is automatically generated and placed in the 'gen' folder. This file is used to reference resources like strings, layouts, and drawables in the project. Therefore, the correct answer is 'gen'.
D. gen