3

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?

6
  • i don't think there is a "complete" documentation of its flow. there are some available in the internet but parts by parts only. and, there are some comments in the source codes. Commented Dec 6, 2012 at 8:59
  • actually i want to understand & modify some part of the code & want to see that whether it reflects in final output(emulator/device). So first i need to understand the complete binding & dependencies between different packages.So just comments in code may not help. But anyways thanks for response.. Commented Dec 6, 2012 at 9:04
  • Some explanation on the folders in Android Source Code stackoverflow.com/questions/9046572/… Commented Dec 6, 2012 at 9:06
  • yaah.. thanks for link.. it gives overall view of tree structure..it may help in atleast understaning different part of projects Commented Dec 6, 2012 at 9:09
  • by the way, do you have a specific functionality that you want to study? Commented Dec 6, 2012 at 14:02

2 Answers 2

1

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?

Sign up to request clarification or add additional context in comments.

Comments

0

Source code is documented a little inside source code in comments. There is no official documentation available.

1 Comment

I believe you meant to say There is no official documentation available.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.