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 |
Differentiate activities from services?
How do I get the latest android update?
how fragment differs from activity?
What is an android virtual device?
how to fix an android application crash? How to analyze a crash using logcat?
How to get the form data in sencha touch?
What database is used in android?
What is the risk in blocking the main thread when performing a lengthyoperation such as web access or heavy computation?
How many activities are in focus at any time?
Explain assets folder in android?
What are the storage facilities available on android?
What is app.iml/ directory?