Explain gen folder in android?



Explain gen folder in android?..

Answer / Sadanand Sati

The 'gen' folder in Android is an automatically generated directory that contains files created by the Java compiler and other tools such as the Android SDK build tools. It usually includes R.java (a class containing application-specific resources), built from the R file which is auto-generated by the AAPT (Android Asset Packaging Tool). This folder should not be modified manually.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

Differentiate activities from services?

1 Answers  


How do I get the latest android update?

1 Answers  


how fragment differs from activity?

1 Answers  


What is an android virtual device?

1 Answers  


how to fix an android application crash? How to analyze a crash using logcat?

1 Answers  


How to get the form data in sencha touch?

1 Answers  


What database is used in android?

1 Answers  


What is the risk in blocking the main thread when performing a lengthyoperation such as web access or heavy computation?

1 Answers  


How many activities are in focus at any time?

1 Answers  


Explain assets folder in android?

1 Answers  


What are the storage facilities available on android?

1 Answers  


What is app.iml/ directory?

1 Answers  


Categories