adspace
Answer Posted / 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 View All Answers