Android Question:

Define gen folder in Android?

Android Interview Question
Android Interview Question

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 QuestionNext Question
Define res folder in Android?Define Android 4.0 library folder in Android?