I want to understand the complete structure of Android OS source code. I have a copy of source code for Gingerbread and want to go through it fully.
Is there any documentation or help available to understand Android OS source tree structure?
I want to understand the complete structure of Android OS source code. I have a copy of source code for Gingerbread and want to go through it fully.
Is there any documentation or help available to understand Android OS source tree structure?
Here is some explanation on the folders in Android Source Code to help you get started.
How to understand the directory structure of android root tree?
Source code is documented a little inside source code in comments. There is no official documentation available.