Android Software Engineer Question:
Explain gen folder in Android?
Answer:
This folder contains the R.java file. It is compiler-generated file that references all the resources found in your project. You should not modify this file.
Previous Question | Next Question |
Explain res folder in Android? | Explain Android 4.0 library folder in Android? |